2009/11/16 John Harrop <[email protected]>: > On Sun, Nov 15, 2009 at 8:17 PM, David Brown <[email protected]> wrote: >> >> On Sun, Nov 15, 2009 at 04:20:19PM -0500, John Harrop wrote: >> >> >That's weird. It's not documented anywhere on the site. And it seems to >> > hang >> >the REPL: >> > >> >user=> nil #!foo >> > >> >and nothing. Enter doesn't print "nil" and a fresh user=> prompt as it >> >should and nothing else apparently works either. The REPL is either >> > wedged >> >or interpreting everything as comment from then on. >> > >> >Weirdly enough, ; hangs the REPL likewise. >> >> How's the data getting to the REPL? Â jline, or ide? > > Enclojure IDE.
This is what I get with or without rlwrap from the command line. No IDE or anything like that: Clojure 1.1.0-alpha-SNAPSHOT user=> ; some comment user=> #! something (println "blah") blah nil user=> i.e. the same as David. -- Michael Wood <[email protected]> -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
