Re: [racket] racketrc.rktl

2013-02-16 Thread Eli Barzilay
20 minutes ago, Danny Yoo wrote: > You don't need the file. If you want to know where Racket will be > looking for it, if you have one, Racket will read it from: > > (find-system-path 'init-dir) More direct: (find-system-path 'init-file) -- ((lambda (x) (x x)) (lambda (x) (x x)))

Re: [racket] racketrc.rktl

2013-02-16 Thread Danny Yoo
> In the documentation, section 14.2.1 on locating paths, a file > "racketrc.rktl" is mentioned. I have just installed Racket > on Windows 7. Should there be such a file, or is this a file made by various > user-initiated procedures? I cannot > find it on my system. You don't need the file. If yo

Re: [racket] racketrc.rktl

2013-02-16 Thread Asumu Takikawa
On 2013-02-16 10:42:07 -0500, Matthias Felleisen wrote: > [[ The file's purpose is to inject frequently used definitions into > Racket on start-up time. I will say that in my first 15 years of > Racket programming I used such rc files, but for the last 10 I haven't > had one. It is handy to have (

Re: [racket] racketrc.rktl

2013-02-16 Thread Matthias Felleisen
If DrRacket and Racket work, be happy. [[ The file's purpose is to inject frequently used definitions into Racket on start-up time. I will say that in my first 15 years of Racket programming I used such rc files, but for the last 10 I haven't had one. -- Okay if you add up these numbers, you

[racket] racketrc.rktl

2013-02-16 Thread John Sampson
Hello - In the documentation, section 14.2.1 on locating paths, a file "racketrc.rktl" is mentioned. I have just installed Racket on Windows 7. Should there be such a file, or is this a file made by various user-initiated procedures? I cannot find it on my system. Regards John Sampson __