I would like to test small C code snippets in the same way I can do with Python, opening the terminal and testing command-by-command, would this be possible with c?
I would like to test small C code snippets in the same way I can do with Python, opening the terminal and testing command-by-command, would this be possible with c?
I found Picoc
youcanrunmultipleprogramsinteractively
picocmyprog1.cmyprog2.cmyprog3.c
IfyouliketoprogramwithvimusingTmuxorsomethingofthesort,youcandevelopyourprograminonewindowandseetheresultinanotherin"real time"