HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by goldenCeasar

Comment by goldenCeasar 2 days ago

0 replies

View on Hacker News

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/

GitHub: https://github.com/amuta/kumi