Is there a REPL for C programming?

Surya picture Surya · May 26, 2012 · Viewed 23.1k times · Source

I am on osx. I found this http://neugierig.org/software/c-repl/ but the links on that page for code seem to be broken.

Answer

gcbenison picture gcbenison · May 26, 2012

gdb makes a pretty good REPL. You can't define new functions there, but you can evaluate expressions (including those with side effects).