Xref: utzoo gnu.g++:734 comp.lang.c++:6936 Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!snorkelwacker!bloom-beacon!bu.edu!m2c!umvlsi!dime!bradtke From: bradtke@lastresort.cs.umass.edu Newsgroups: gnu.g++,comp.lang.c++ Subject: (Partial) translation from C++ to Lisp/CLOS Message-ID: <11880@dime.cs.umass.edu> Date: 22 Mar 90 18:43:13 GMT Sender: news@dime.cs.umass.edu Reply-To: bradtke@lastresort.cs.umass.edu () Followup-To: gnu.g++ Distribution: usa Organization: University of Massachusetts, Amherst Lines: 25 I'm about to start the process of converting a fair sized body of C++ code to LISP/CLOS. I'd like to automate this as much as possible. One thought that comes to mind is to add some code to g++ to translate a C++ class definition statement into an approximation of a CLOS class definition. Has anyone done anything similar? Even if not, I'd appreciate some guidance before I start on where I should start looking in g++ in order to hook this translation procedure into g++? (A general C++ to LISP translator would be nice, but would be more trouble than it would be worth.) Thank you, Steven Bradtke Computer and Information Science Department Lederle Graduate Research Center University of Massachusetts at Amherst Amherst, MA 01003 bradtke@cs.umass.edu Steven Bradtke Computer and Information Science Department Lederle Graduate Research Center University of Massachusetts at Amherst