Is there something like JSON Schema http://json-schema.org/examples.html
specifically for Transit? Perhaps with a validator tool too.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note t
I'm going to tag along and tinker with Incanter in the office. Would love
some help if anyone else is interested.
On Thursday, November 8, 2012 9:58:28 PM UTC, Bruce Durling wrote:
>
> Roll up! Roll up!
>
> On 19 November at 7PM hosted by our friends Forward in Camden is the next
> London Cloj
it happened again...
On Friday, 15 June 2012 05:32:14 UTC+1, Nelson Morris wrote:
>
> On Thu, Jun 14, 2012 at 8:38 AM, Stuart Sierra
> > wrote:
> >
> >>
> >> Is there anyone on the Clojure/core team with a contact among those
> >> who run Central who could get them to look into this?
> >
Did you use the "-cp" option to include the contrib when running
java.exe on clojure.jar? The error shows that it's looking in a
subdirectory with a .class rather than the packaged jar file.
I'd suggest using leiningen to avoid build problems like this.
On Aug 23, 6:10 am, Wanderfels wrote:
>
The enclosed vector (or list, map, set, etc) is considered as arg1
because it is one entity. Take a look at the source for subvec:
=> (clojure.repl/source subvec)
(defn subvec
"Returns a persistent vector of the items in vector from
start (inclusive) to end (exclusive). If end is not supplied