From: dontmailme AT iname DOT com (Steamer) Newsgroups: comp.os.msdos.djgpp Subject: Re: interpreting C ??? Date: Wed, 07 Mar 2001 10:51:53 GMT Organization: always disorganized Lines: 19 Message-ID: <3aa612bf.3630776@news.freeserve.net> References: <3A9D5EC9 DOT CE9D100C AT t-online DOT de> <983hcu$d4p$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> NNTP-Posting-Host: modem-220.fu-manchu-lion-fish.dialup.pol.co.uk X-Trace: news8.svr.pol.co.uk 983962314 9953 62.136.215.220 (7 Mar 2001 10:51:54 GMT) NNTP-Posting-Date: 7 Mar 2001 10:51:54 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hans-Bernhard Broeker wrote: > Kai Dietrich wrote: > > Is there a QBasic like interpreter for the C (C++?) language written > > with GCC aviable (with sourcecode)? If not, do you think it is possible > > to write one (I'm thinking heavily about this and I already had some > > ideas how to realize it)? > > Writing a C interpreter is one of the longest standing open projects > listed by the GNU project, on their website. AFAIK, no progress has > been achieved in a long while. I missed the original post in this thread, so I'm responding to a reply. There is an open-source (but non-GNU) C interpreter called CINT: http://root.cern.ch/root/Cint.html I've never tried it, so I don't know if it's really usable.