3

I am trying to determine the location of .rackettrc on Windows using the following command:

(find-system-path 'init) 

as specified in the Racket documentation. However, I keep getting the error message

expects argument of type <system-path-symbol>: given 'init.

Is this a bug in Racket or am I doing something wrong?

4

1 回答 1

4

啊。我意识到我正在查看旧文档。 find-system-path现在工作如下:

(find-system-path 'init-file)
于 2012-04-23T14:21:14.630 回答