Clojure(script) Contractors in Vancouver?

2017-08-25 Thread Scott Klarenbach
Hello all, I'm wondering how many members of this group are interested in doing Clojure(script) based contract work? We're in Vancouver, BC, and would love to meet with anyone in the area looking for gigs and/or fulltime work. Please email me or phone me if interested. Apologies if this

Re: Sum types in Clojure? Better to represent as tagged records or as variant vectors?

2017-08-25 Thread Timothy Baldridge
>> they're a little nicer to type and read And that's where I have to disagree. The problem with most of these options is they complect ordering with meaning. [:image/file "/images/image" :jpeg] Here I have no idea what these values mean. I have to have out-of-band information about what offset

Re: Sum types in Clojure? Better to represent as tagged records or as variant vectors?

2017-08-25 Thread Didier
Thanks for everyone's great input. Currently, I see the big distinction being concise vs extension. Maybe for streaming variants would be better as the format would be smaller to transfer over a wire. And for small short lived programs, or things you know won't need extension, variants offer a