5 ms·
I’m building a typed, array-oriented dataflow compiler that takes small declarative schemas and emits plain Ruby and JavaScript, with a C path. It has a mid-end
by goldenCeasar 10mo ago
I’m building a typed, array-oriented dataflow compiler that takes small declarative schemas and emits plain Ruby and JavaScript, with a C path. It has a mid-end with inlining, common subexpression elimination, constant folding, dead code elimination, loop fusion, and LICM.
Demo to try it out:
https://kumi-play-web.fly.dev/ https://kumi-play-web.fly.dev/
GitHub:
https://github.com/amuta/kumi https://github.com/amuta/kumi