C, Just in Timedyne.org 15 pointsjaromilrojo1 year ago7 commentsSaveHideCopy link On HNComments−jaromilrojoOP1yHi! thanks for your enthusiasm. I am writing a tutorial that can be fun both for experienced and newbie coders here https://dyne.org/docs/cjit−jaromilrojoOP1yAs 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.−heptazoid1yC is cool, but have you tried: CJIT stands for "CJIT Just In Time"−jean-pierreB1yThat saves a lot of time.−notorandit1yNew release is out!−alvgot1yNice and fun tiny piece of code !!!!−asbesto1ySOUND SPECTACULAR!!! <3
Comments
Hi! thanks for your enthusiasm. I am writing a tutorial that can be fun both for experienced and newbie coders here https://dyne.org/docs/cjit
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.
C is cool, but have you tried: CJIT stands for "CJIT Just In Time"
That saves a lot of time.
New release is out!
Nice and fun tiny piece of code !!!!
SOUND SPECTACULAR!!! <3