简体   繁体   中英

command line interactive shell for C

Is there any command line interactive shell for C just like in Python ? Actually, I'd like to make one if its not done, at least if a stable one is still not present.

I'm good at C and basics of python.. What all things I should be knowing to really do this kind of project ?

Yes, you can use c-repl .

There is some SO discussion on the package in this question .

The project might be old; there have been no checkins to its github master branch since October, 2009.

UPDATE - I found this SO question which has better answers: Is it possible to build a interactive C shell?

Cling is an interactive C++ interpreter… [that] realizes the read-eval-print loop (REPL) concept, in order to leverage rapid application development

See project page on Github

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM