Open
Description
@fredericksgary posted some crazy code that behaves differently in tryclj.com vs. a local REPL (w/ every version of clojure I could get my hands on)
In tryclj.com:
(let [let 'let let' let] (let let' let))
;=> java.lang.IllegalArgumentException: let requires a vector for its binding in clojure.core:
In local REPL:
(let [let 'let let' let] (let let' let))
;=> let
No idea how tryclj.com works, but thought you guys might like to know in case this isn't desired behavior.
Metadata
Metadata
Assignees
Labels
No labels