[racket] How can I dump (display) the variables defined in current the global environment

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Tue Mar 3 10:25:42 EST 2015

The Little Lisper/Schemer uses ' (quote) for lists and that is not available in plain BSL. You need BSL-with-list-abbreviations to follow along TLS/TLL. 


On Mar 2, 2015, at 9:21 PM, Rufus <rlaggren at mail.com> wrote:

> Matthias
> 
>> best advice
> 
> Yes. Said as much to Jordan but my email client is schizo about replying
> to the list; fixed now I think.
> 
> I did start w/the "Beginning Student Language" option in DrRacket and
> after a little defining things seem to be working. But what do you mean
> by "... with List Abbreviations"? I've been assuming that the more basic
> language options offered are subsets of the full Racket; are there other
> differences? Any potential complication/confusions w/using the complete
> Racket w/libraries?
> 
> Rufus
> 
> ____________________
>  Racket Users list:
>  http://lists.racket-lang.org/users



Posted on the users mailing list.