Skip to content

Instantly share code, notes, and snippets.

@vu3rdd
Created April 22, 2010 14:36
Show Gist options
  • Select an option

  • Save vu3rdd/375303 to your computer and use it in GitHub Desktop.

Select an option

Save vu3rdd/375303 to your computer and use it in GitHub Desktop.
(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