c/programming · by jumpstart@programming.dev · 2yInteractive GCC (igcc) is a read-eval-print loop (REPL) for C/C++ https://github.com/alexandru-dinu/igcc28 points · 2 comments · view on lemmy.world
2 Comments
pbbananaman@lemmy.world · 6 pts · 2y
Just going to point out that ROOT has used a c interpreter to do this for many many years. Every particle physicist has suffered the details of this, but hey, it’s pretty handy:
https://root.cern/primer/
davawen@programming.dev · 2 pts · 2y
This is very cool