[racket] translate  from Racket to Common Lisp
On Fri, Nov 02, 2012 at 04:25:09PM +0000, daniel rupistraliz avez wrote:
> 
>  Hello.  
> 
>   I would like to make a program that translate from Racket to Common Lisp. 
> 
>   Do you know about some attempts in this directions?
Guy Steele's master's thesis, a compiler for Scheme.  
ftp://publications.ai.mit.edu/ai-publications/pdf/AITR-474.pdf
Notice that's ftp:, not http:
Complete documented code for an early version of Scheme written in an early Lisp.
-- hendrik