Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!sun-barr!decwrl!ucbvax!BBN.COM!barr From: barr@BBN.COM (Hunter Barr) Newsgroups: comp.sys.ti.explorer Subject: C compiler for Explorer? Message-ID: <9001041504.AA03105@pineapple.bbn.com> Date: 4 Jan 90 15:04:58 GMT References: <2839346701-3750047@KSL-EXP-6> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 19 Date: Fri, 22 Dec 89 11:25:01 PST From: James Rice Yes, there exists such a thing. I believe it's called ZetaC. Try asking Scott Burson about it. He wrote it. I believe that it is good enough that you can compile the whole of YAK and run it on a LispM Except for spelling, Rice is right. Scott Layson's ZETA-C runs YACC (Yet Another Compiler Compiler) just fine. In fact, after the initial bootstrap, Scott developed ZETA-C entirely on the LispM using YACC at first, then Bison. It is *very* well integrated with the Lisp environment. As for C++, you would have to be satisfied with a pre-processor implementation, nothing as pretty as having C++ objects map onto Flavors or CLOS objects. Let me know how it goes. ______ HUNTER