Subject: Re: That place.. (was: How to make a mutually recursive macro and function)
From: rpw3@rigden.engr.sgi.com (Rob Warnock)
Date: 2000/03/06
Newsgroups: comp.lang.lisp
Message-ID: <89vdc4$i1bj1$1@fido.engr.sgi.com>
Erik Naggum  <erik@naggum.no> wrote:
+---------------
| (Scheme doesn't have funcall, as you know. :)
+---------------

	(define (funcall func . args)
	  (apply func args))

Now it does.  ;-}  ;-}


-Rob

-----
Rob Warnock, 41L-955		rpw3@sgi.com
Applied Networking		http://reality.sgi.com/rpw3/
Silicon Graphics, Inc.		Phone: 650-933-1673
1600 Amphitheatre Pkwy.		PP-ASEL-IA
Mountain View, CA  94043