home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.lisp
- Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!mips!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!ux1.cso.uiuc.edu!news.cso.uiuc.edu!uxa.cso.uiuc.edu!jmrg9881
- From: jmrg9881@uxa.cso.uiuc.edu (Jon Reid)
- Subject: Want macro to produce 3 function calls
- Message-ID: <Bs1zz1.E89@news.cso.uiuc.edu>
- Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
- Organization: University of Illinois at Urbana
- Date: Mon, 27 Jul 1992 15:20:57 GMT
- Lines: 8
-
- OK, this LISP beginner needs more help. Here's what I'm trying to do:
-
- There are 3 functions I call whose parameters are closely related. I'm
- trying to write a single macro to produce the 3 function calls.
-
- How can I do this? Every macro I've seen evaluates to *one* list.
-
- -- Jon Reid (j-reid@uiuc.edu)
-