Hacker News new | ask | show | jobs
by vmorgulis 3770 days ago
Very cool and promising!

It reminds the Moxie processor:

http://moxielogic.org/blog/

https://github.com/atgreen/moxiedev

The author even wrote a backend for GCC.

Your demo from Twitter should compile to JS with emscripten.

1 comments

Oh interesting, I'll look more into that.

Yeah, it should compile to JS, I'll probably look into doing that at a later point in time.

It's simple once the emscripten SDK is installed ("emcc main.c -o main.js/html").

https://kripken.github.io/emscripten-site/docs/tools_referen...