[comp.lang.scheme] Common Lisp functions for Scheme?

Fischer.pa@XEROX.COM (02/19/88)

I'm porting a Common Lisp application to Scheme (to be run on a Mac).  In so
doing I've started to implement some Common Lisp semantics, notably its lambda
argument types.  Anyone done this already?  (I can't affored Allegro CL).

Also, is there any way to do the equivalent of macroexpand-1 in Scheme?

(ron)

ah4h+@andrew.cmu.edu (Andrew Hudson) (02/20/88)

   
excerpted message follows:
 I'm porting a Common Lisp application to Scheme (to be run on a Mac).  In so 
doing I've started to implement some Common Lisp semantics, notably its lambda 
argument types.  Anyone done this already?  (I can't affored Allegro     CL).



I understand that BBN as part of the Butterfly project implemented some form 
of CommonLISP in Scheme. Any takers on this, BBN?

- Andrew Hudson