Re: [racket] getting complete paths to Racket executables

2012-01-08 Thread Danny Yoo
On Sat, Jan 7, 2012 at 4:18 AM, Neil Van Dyke wrote: > How do I get the complete path to Racket executables like "raco", in a > portable way? 'find-exe' from the compiler/find-exe library should do the trick: http://docs.racket-lang.org/raco/exe.html#(def._((lib._compiler/find-exe..rkt)._find-ex

[racket] getting complete paths to Racket executables

2012-01-07 Thread Neil Van Dyke
How do I get the complete path to Racket executables like "raco", in a portable way? More precisely, I would like to get the complete path of the Racket executable currently being used. (From there, it would be good enough just to look for an executable of the desired name, like "raco", in th