[racket] #lang scheme vrs #lang racket in libraries

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Mon May 9 15:41:00 EDT 2011

#lang scheme + racket is the old world. 

#lang racket (or #lang racket/base) is what you want. 


On May 9, 2011, at 2:53 PM, Jordan Schatz wrote:

> I'm working on updating a racket library that someone else wrote and hope
> to make it into a planet package. I've noticed that several of the planet
> packages (and the code that I am working on) start out with #lang scheme
> and then (require racket), which to me looks like the same thing as just
> doing #lang racket. Have I missed something? Is there a reason to use
> #lang scheme if you are just going to (require racket) on the next line?
> 
> Shalom,
> Jordan
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users



Posted on the users mailing list.