From: David Bakhash
Subject: Re: Scheme interpreter in Common Lisp ?
Date: 
Message-ID: <cxj3ed3hm10.fsf@hawk.bu.edu>
I imagine that writing such a thing would not be too hard, except that 
you'd have to write the call/cc for continuation-passing. I think
scheme also has some series stuff that might differ.  I think that CL
is far better than Scheme, and if you're gonna do one or the other,
it might as well be CL.  Personally, I started off w/ Scheme, and have 
probably done more in Scheme, but CL is better overall (this is
religion, of course, and is only my opinion.  I always wonder why
some people who are familiar w/ both like Scheme better.

dave