Forgot your password?
typodupeerror

Submission + - CJIT - C, Just in Time! 2

jaromil writes: 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.
This discussion was created for logged-in users only, but now has been archived. No new comments can be posted.

CJIT - C, Just in Time!

Comments Filter:
  • I'll have a beowulf cluster of those! But seriously, there's a lot of potential to get creative juices flowing with code development here ...
  • by oliwer ( 1071506 )
    This is exactly what "tcc -run" does. But I see they are also including a REPL, which could be interesting, although it's not that hard to write your own C REPL as a script around tcc.

The gent who wakes up and finds himself a success hasn't been asleep.

Working...