Skip to content
Advertisement

Tag: read-eval-print-loop

Don’t know how to create ISeq from: Java.lang.Long

Doing some practice on recursion and map implementation to knock some rust off Clojure. I’m using lists only here so how am I trying to mix seq and non-seqable stuff? REPL: Answer Some errors: replace ‘(finished-set) with finished-set into adds elements from one collection to another, I think you’re looking for conj (that’s the source of IllegalArgumentException) and if you’ll

Advertisement