daokoder / dao

Dao Programming Language
http://daoscript.org
Other
198 stars 19 forks source link

Long-term RFC: adapt DaoVM to support functional composition #520

Open dumblob opened 8 years ago

dumblob commented 8 years ago

The idea is to enhance the current method calling to support functional composition to allow building efficient pipelines in an efficient way. Currently it can be built quite easily on top of the Dao language, but for better performance we might consider support in DaoVM and the Dao language itself. I admit, I got quite impressed by the luafun implementation.

Any thoughts?