Language-agnostic schema definition for Transit?

2016-03-23 Thread Paul Lam
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

Re: ANN: Mid November 2012 London Clojure Dojo at Forward

2012-11-15 Thread Paul Lam
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

Re: Central screwup

2012-08-16 Thread Paul Lam
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? > >

Re: How to import libs in Clojure?

2011-08-23 Thread Paul Lam
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: >

Re: (function [args] more args)

2011-06-15 Thread Paul Lam
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