try-racket
try-racket copied to clipboard
problem with lists?
This could be a silly mistake on my part, but I seem to be unable to operate on lists via the REPL on http://try.racket-lang.org/.
For instance, entering (list 1 2 3) or '(1 2 3) in the REPL gives the following error (printed twice):
application: not a procedure; expected a procedure that can be applied to arguments given: 1 arguments...: 2 3 context...: /usr/share/racket/pkgs/sandbox-lib/racket/sandbox.rkt:379:0: call-with-limits /usr/share/racket/pkgs/sandbox-lib/racket/sandbox.rkt:475:0: call-with-custodian-shutdown /usr/share/racket/collects/racket/private/more-scheme.rkt:147:2: call-with-break-parameterization /usr/share/racket/pkgs/sandbox-lib/racket/sandbox.rkt:837:5: loop
whoa! definitely broken.