rzimmerman / kal

A powerful, easy-to-use, and easy-to-read programming language for the future.
http://rzimmerman.github.io/kal
MIT License
394 stars 18 forks source link

Possible to Compile at Runtime? #133

Open ghost opened 8 years ago

ghost commented 8 years ago

Is it possible to compile Kal to JavaScript in the browser directly as the page is loading? I'm interested in Kal but I also like being able to reload and go without a build phase.

rzimmerman commented 8 years ago

I haven't worked on this in a while, but this demo runs the compiler in the browser: http://rzimmerman.github.io/kal/demo.html (source is on https://github.com/rzimmerman/kal/tree/gh-pages).