Tyring to use '@' to run a command on a string, fails:

racket@> (displayln "hello")
hello
racket@> (require scribble/base)
racket@> @displayln{hello}
@displayln: undefined;
 cannot reference undefined identifier
  context...:
   /usr/share/racket/collects/racket/private/misc.rkt:87:7
racket@> hello: undefined;
 cannot reference undefined identifier
  context...:
   /usr/share/racket/collects/racket/private/misc.rkt:87:7


Trying to load just the at expression:

racket@> (require at-exp)
get-module-code: no such file: 
#<path:/usr/share/racket/pkgs/at-exp-lib/at-exp/main.rkt>
  context...:
   /usr/share/racket/collects/syntax/modcode.rkt:109:0: get-module-path51
   /usr/share/racket/collects/syntax/modcode.rkt:212:0: get-module-code79
   standard-module-name-resolver
   /usr/share/racket/collects/racket/private/misc.rkt:87:7
racket@> 

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to