Re: [racket] DrRacket offline documentation anywhere?

2015-02-11 Thread Eric Dong
Just as an aside, I'm slightly annoyed by the fact that educational uses of Racket are so prevalent that people think Racket is a toy language to teach people how to program. (Another pet peeve: the Racket in HtDP and similar books is very unidiomatic and uses lots of deprecated forms). I hope you

Re: [racket] DrRacket offline documentation anywhere?

2015-02-11 Thread Robby Findler
It is included with the distribution of Racket. Try the "Racket Documentation" menu entry in the "Help" menu. Robby On Wed, Feb 11, 2015 at 6:13 PM, Mike Burke wrote: > I just got back to using Racket. I upgraded from 5.1.1 today. I find myself > in the position of teaching a friend how to progr

[racket] DrRacket offline documentation anywhere?

2015-02-11 Thread Mike Burke
I just got back to using Racket. I upgraded from 5.1.1 today. I find myself in the position of teaching a friend how to program. But one of my pet peeves is that so many packages/applications/programs keep their help files and manuals online. It seems that everyone from Adobe to Zen assumes tha

Re: [racket] ill-formed code (unexpected graph structure) with custom #lang

2015-02-11 Thread Dmitry Pavlov
Matthew, Thanks! You were right about the hash table issue, and your patch works. Best regards, Dmitry On 02/10/2015 03:51 AM, Matthew Flatt wrote: I've pushed a repair to the bytecode writer to avoid this problem in the future. At Mon, 9 Feb 2015 16:56:26 -0700, Matthew Flatt wrote: It lo