Is there an interpreter for C? [closed]

2018-12-31 14:42发布

I was wondering if there is something like an interpreter for C. That is, in a Linux terminal I can type in "python" and then code in that interpreter. (I'm not sure interpreter the right word). This is really helpful for testing different things out and I'm curious if something similar exists for C. Though I doubt it. The only thing I can think of that would do it would be the C shell...

13条回答
牵手、夕阳
2楼-- · 2018-12-31 15:43

cinterp is one for a start.

查看更多
登录 后发表回答