[racket] racketrc.rktl

From: Danny Yoo (dyoo at hashcollision.org)
Date: Sat Feb 16 12:09:36 EST 2013

> 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 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)


The only thing offhand that I can think of that might create the file
automatically is the install! command on xrepl.

    http://docs.racket-lang.org/xrepl/index.html#(part._.Installing_.X.R.E.P.L)

However, I haven't seen it touched elsewhere.

Posted on the users mailing list.