[racket] where are lib locations given?

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Mon Mar 12 09:32:43 EDT 2012

Unless otherwise noted, they are built into the racket language. 
Start with #lang racket, and you get what you want. 


On Mar 11, 2012, at 3:45 PM, lothar atheling wrote:

> hello,
> 
> where do i find the required lib when using a form, such as (struct
> ...)?
> 
> neither the guide, under
> 
> 5 Programmer-Defined Datatypes
> http://download.racket-lang.org/docs/5.2/html/guide/define-struct.html
> 
> nor the manual, under
> 
> 4 Structures
> http://download.racket-lang.org/docs/5.2/html/reference/structures.html
> 
> tell where to take the lib from.
> 
> -- 
> http://www.fastmail.fm - Same, same, but different...
> 
> ____________________
>  Racket Users list:
>  http://lists.racket-lang.org/users


Posted on the users mailing list.