Xref: utzoo comp.ai:8949 comp.lang.c++:12674 comp.lang.c:37954 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!ucsd!dog.ee.lbl.gov!elf.ee.lbl.gov!torek From: torek@elf.ee.lbl.gov (Chris Torek) Newsgroups: comp.ai,comp.lang.c++,comp.lang.c Subject: Re: Lisp Eval in C or C++ Message-ID: <11809@dog.ee.lbl.gov> Date: 4 Apr 91 22:37:48 GMT References: <1991Apr4.182329.5513@searchtech.com> Reply-To: torek@elf.ee.lbl.gov (Chris Torek) Organization: Lawrence Berkeley Laboratory, Berkeley Lines: 18 X-Local-Date: Thu, 4 Apr 91 14:37:48 PST In article <1991Apr4.182329.5513@searchtech.com> belinda@searchtech.com (Belinda Hoshstrasser) writes: >We are involved in redoing a large expert system in C++. It was >originally written in Lisp. ... Has anyone out there ever implemented >eval in C or C++? What this all boils down to is: We have a program in Lisp. We want to reimplement it in C++ syntax with Lisp semantics. If you want Lisp semantics, you might as well use Lisp syntax: you already have the original anyway. There exist good Lisp compilers for many Lisp dialects, so the argument for converting the program should not hinge on compiled-vs-interpreted. -- In-Real-Life: Chris Torek, Lawrence Berkeley Lab CSE/EE (+1 415 486 5427) Berkeley, CA Domain: torek@ee.lbl.gov