From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: interpreting C ??? Date: 7 Mar 2001 12:09:02 GMT Organization: Aachen University of Technology (RWTH) Lines: 19 Message-ID: <9858cu$dsc$1@nets3.rz.RWTH-Aachen.DE> References: <3A9D5EC9 DOT CE9D100C AT t-online DOT de> <983hcu$d4p$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <3aa612bf DOT 3630776 AT news DOT freeserve DOT net> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 983966942 14220 137.226.32.75 (7 Mar 2001 12:09:02 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 7 Mar 2001 12:09:02 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Steamer wrote: [...] > There is an open-source (but non-GNU) C interpreter called CINT: > http://root.cern.ch/root/Cint.html Cint is actually a not just a C, but a C++ interpreter, and a rather complete one, too. It's strong enough to support interpreted C++ source to be used in ROOT, a heavy-duty data analysis and visualization package originally written by CERN staff for high enery physics. You can write interpreted C++ stuff online, and whenever you need the extra speed, you can have it compiled and dynamically linked into the application. But AFAIK, it's not available for DOS. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.