dao
dao copied to clipboard
Long-term RFC: adapt DaoVM to support functional composition
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?