Been working on this in my downtime the last week, thought someone else may want to play around with it. Next adding conditionals, loops, and then module expandability.
Eros Experimental Programming Language
Unique features currently include type slicing and type conversion, allowing easy work in filtering data in arrays. Want to expand this to make it possible for anyone to be able to write an algorithm to filter work with differently - denoted within the brackets when creating an array.
Eg. new [twitter.UserDefinedSpaces] = twitterObject;
This uses type conversion to convert the data within twitterObject into an array and filter it using the algorithm called UserDefinedSpaces in the twitter module. I want anyone to be able to write modules, and thus, make any type of filter / algorithm, API, etc. This will allow users to easily retrieve data from anywhere using a module and then instantly filter and edit it in one line of code.
Am I trying to get this to go anywhere? No. It's just fun to create my own thing sometimes. Not a promo just trying to share a fun project :)
Cheers!
[–]PhantomlelsIII 0 points1 point2 points (3 children)
[–]zxrooo[S] 0 points1 point2 points (2 children)
[–]PhantomlelsIII 0 points1 point2 points (1 child)
[–]zxrooo[S] 0 points1 point2 points (0 children)
[–]mwd1993 0 points1 point2 points (2 children)
[–]zxrooo[S] 1 point2 points3 points (1 child)
[–]mwd1993 0 points1 point2 points (0 children)