Details
-
Type:
Defect
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Declined
-
Affects Version/s: Release 1.2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
From the new-to-Clojure but very excited about the language perspective, this seems simply seemed like low-priority-but-should-be-fixed-eventually bug. When I invoked ; as a function name by accident, I found that the REPL simply hung.
jaten@host151:~$ uname -a
Darwin host151.wifi.epochcoffee.com 10.3.0 Darwin Kernel Version 10.3.0: Fri Feb 26 11:58:09 PST 2010; root:xnu-1504.3.12~1/RELEASE_I386 i386
jaten@host151:~$ java -server -cp "/home/jaten/pkg/clojure/jars/*" clojure.main
Clojure 1.3.0-alpha3
user=> (
; causes REPL to hang forever...???
Also happens in clojure 1.2.0. I didn't try any other versions.