Re: [racket-users] Re: Strange Error (Take 2)

2016-10-03 Thread 'brown131' via Racket Users
On Sunday, October 2, 2016 at 10:40:46 AM UTC-5, Alex wrote: > Hi Matthew, > > > You can get the same error as DrRacket by using `raco make` before > > `racket` on the command line. > > So it does! Thanks for the info/advice! And Scott, sorry for temporarily > hijacking your thread. > > Cheer

Re: [racket-users] Re: Strange Error (Take 2)

2016-10-02 Thread Alex
Hi Matthew, > You can get the same error as DrRacket by using `raco make` before > `racket` on the command line. So it does! Thanks for the info/advice! And Scott, sorry for temporarily hijacking your thread. Cheers, Alex -- You received this message because you are subscribed to the Google

Re: [racket-users] Re: Strange Error (Take 2)

2016-10-02 Thread Matthew Flatt
Hi Alex, I think you're seeing that DrRacket compiles `require`d modules to bytecode automatically, while plain `racket` on the command line doesn't. You can get the same error as DrRacket by using `raco make` before `racket` on the command line. Matthew At Sun, 2 Oct 2016 05:58:31 -0700 (PDT),

[racket-users] Re: Strange Error (Take 2)

2016-10-02 Thread Alex
Hey Matthew, I was having a look in to Scott's issue as well, and while I know (as a Racket beginner) I didn't have much chance of figuring out his problem, I thought I'd take a look anyway, just for fun... Something I noticed while poking around is this error only seems to be appear when Sco