Created
April 22, 2010 14:36
-
-
Save vu3rdd/375303 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (comment "adlkdsjflsdjf") | |
| ;=> nil | |
| (comment (defn x[] | |
| dsdfdsfsd)) | |
| ;=> nil | |
| (comment (defn x[] | |
| dsdfdsfsd:)) | |
| ; Evaluation aborted. | |
| ;java.lang.Exception: Invalid token: dsdfdsfsd: | |
| ; [Thrown class clojure.lang.LispReader$ReaderException] | |
| ; | |
| ;Restarts: | |
| ; 0: [QUIT] Quit to the SLIME top level | |
| ; 1: [CAUSE1] Invoke debugger on cause Invalid token: dsdfdsfsd: [Thrown class java.lang.Exception] | |
| ; | |
| ;Backtrace: | |
| ; 0: clojure.lang.LispReader.read(LispReader.java:180) | |
| ; 1: clojure.core$read__5425.invoke(core.clj:2385) | |
| ; 2: clojure.core$read__5425.invoke(core.clj:2383) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment