Fork me on GitHub
#beginners
<
2015-12-31
>
clojuregeek15:12:36

wrote a blog post on getting started in clojure - http://blog.clojuregeek.com/getting-started

jcomplex21:12:53

when using prismatic/schema I received an error: (not (sequential? :id))

jcomplex21:12:06

what does it mean exactly

jcomplex21:12:25

I have been searching for an explanation of this error message

akiva21:12:33

Basically, the collection needs to be sorted and incremental.

akiva21:12:16

Actually, I’m slightly wrong.

akiva21:12:02

It just means that it’s asking the compiler if the data structure can return a value each time it is asked.