Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!wuarchive!udel!princeton!phoenix.Princeton.EDU From: paul@phoenix.Princeton.EDU (Paul Lansky) Newsgroups: comp.sys.next Subject: NeXT programming question Message-ID: <4923@idunno.Princeton.EDU> Date: 21 Dec 90 22:36:01 GMT Sender: news@idunno.Princeton.EDU Organization: Princeton University, Princeton, New Jersey Lines: 17 I wonder if anyone has a solution or a better way to do the following: I have an application which parses a text file, converts it to C code and then compiles and executes it with a system call within the application. The application then reads the data created and draws the appropriate plots. It works but I think it is a kludge. I don't see anyway around calling the C compiler short of writing my own interpreter but I hate to use system("cc etc"). I just feels wrong. Any cute ideas? The application is built in NeXTStep with the interface builder. Thanks Paul Lansky paul@princeton.edu Music Dept. Princeton University