Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!casbah.acns.nwu.edu!ils.nwu.edu!murray From: murray@ils.nwu.edu (Thomas Murray) Newsgroups: comp.lang.lisp Subject: Re: call C proceudre from Lisp Message-ID: <1489@anaxagoras.ils.nwu.edu> Date: 25 Apr 91 14:00:59 GMT References: Sender: news@ils.nwu.edu Reply-To: murray@ils.nwu.edu (Thomas Murray) Distribution: comp.lang.lisp Organization: Institute for the Learning Sciences, Northwestern University, Evanston, IL 60201 Lines: 9 In-reply-to: tl@tenacity.cs.uchicago.edu (Teng Li) If all you need to do is run shell commands, another option to writing foreign function calls would be to use the lisp function that executes shell commands, if there is one in your dialect of lisp. In Lucid, there are two of these, 'shell', and 'run-program', both of which work rather nicely. Hope this helps. -tom murray