Re: [racket] DrRacket and Modules

2011-08-15 Thread Jos Koot
c: 'Harry Spier'; users@racket-lang.org Subject: Re: [racket] DrRacket and Modules At Mon, 15 Aug 2011 10:56:52 +0200, Jos Koot wrote: > About (define cons 1). Originally this was not permitted. On my request this > was permitted more than a year ago. The remark in the guide must be

Re: [racket] DrRacket and Modules

2011-08-15 Thread Jos Koot
Correct. Thanks. Jos -Original Message- From: Vincent St-Amour [mailto:stamo...@ccs.neu.edu] Sent: lunes, 15 de agosto de 2011 15:32 To: Jos Koot Cc: 'Harry Spier'; users@racket-lang.org Subject: Re: [racket] DrRacket and Modules At Mon, 15 Aug 2011 10:56:52 +0200, Jos

Re: [racket] DrRacket and Modules

2011-08-15 Thread Vincent St-Amour
At Mon, 15 Aug 2011 10:56:52 +0200, Jos Koot wrote: > About (define cons 1). Originally this was not permitted. On my request this > was permitted more than a year ago. The remark in the guide must be a left > over of old times. The reason I asked for this change is the following: > suppose you hav

Re: [racket] DrRacket and Modules

2011-08-15 Thread Jos Koot
About (define cons 1). Originally this was not permitted. On my request this was permitted more than a year ago. The remark in the guide must be a left over of old times. The reason I asked for this change is the following: suppose you have a module that imports racket and defines a variable some-n

Re: [racket] DrRacket and Modules

2011-08-14 Thread Carl Eastlund
The DrRacket module language does a few steps in between running the code in the definitions window and giving you a prompt at the interactions window. The first is that it requires your module. The second is that it uses that module to construct a top-level namespace. The end result is that you