Thanks David and Neil for your answers. My question was prompted simply by
curiosity. I downloaded and installed Racket having had no previous
experience with it. Simply as a way to try something I copied the code from
the Home page just to see what would happen. What happened was that I got a
con
I installed Racket in a directory for which I have access. Yet when I attempted
to run the example code on the Racket Home page:
(for ([path (in-directory)]
#:when (regexp-match? #rx"[.]rkt$" path))
(printf "source file: ~a\n" path))
I got this error message.
Racket\collects\racket\priv
2 matches
Mail list logo