Convex-Dev / convex

Convex Main Repository - Decentralised platform for the Internet of Value
https://convex.world
Other
91 stars 27 forks source link

Transducer prototype #172

Open mikera opened 3 years ago

mikera commented 3 years ago

We should implement a version of Clojure's transducers to see if these are a good fit for Convex on-chain code. Aim would be to enable composed operators to be used on data structures without the need to construct (and therefore pay juice cost!) for intermediate data structures.

Initial implementation should be pure Convex Lisp if possible. Dedicated CVM support can be considered later.

mikera commented 3 years ago

Of potential interest, a Racket implementation : https://docs.racket-lang.org/rebellion/Transducers.html