Live data from Hacker News

C, Just in Time

dyne.org

1–9 of 9 posts

Re: C, Just in Time

#2
As a fun project we hacked a C interpreter (based on tinyCC) that compiles C code in-memory and runs it live. CJIT today is a 2MB executable that can do a lot, including call functions from any installed library on Linux, Windows, and MacOSX.