Re: Extend-protocol to numbers fails with zero in CLJS

2014-06-06 Thread Logan Linn
It will work for 0 if you use `number` instead of `js/Number`. Generally you shouldn't extend any js/* type On Friday, June 6, 2014 9:57:38 AM UTC-7, Karsten Schmidt wrote: > > I'm trying to extend-protocol for numbers and various other types (incl. > collections & nil) in CLJS, so have been doi

Re: core.async over websocket + cljs + clojure

2014-01-24 Thread Logan Linn
> > To be reliable you'd have to introduce addition machinery to account for > the hazards of distributed systems, so you're probably better off starting > with an abstraction that has those hazards in mind already. The WebSocket (protocol) is the machinery that's handling this. We aren't dis

Re: core.async over websocket + cljs + clojure

2014-01-23 Thread Logan Linn
I've been working on a game in my spare time that does this. The Clojure backend and ClojureScript client communicate with core.async over WebSocket carrying edn data Game: https://github.com/loganlinn/ji Client WebSocket using: https://github.com/loganlinn/cljs-websockets-async Server WebSocket

Re: [ANN]: Clojure/West 2014 - San Francisco - March 24-26

2014-01-10 Thread Logan Linn
This was great news to hear. Looking forward to it. Talks will be presented in two tracks Does this mean there will be two stages/presentations at a time? On Thursday, January 9, 2014 8:01:13 PM UTC-8, Alex Miller wrote: > > At long last, we have finalized the plans for Clojure/West 2014! > >

My recap of Clojure/conj 2013

2013-11-20 Thread Logan Linn
I've posted a writeup of my experience from this year's Clojure/conj and wanted to share with those who couldn't make it: http://loganlinn.com/blog/2013/11/18/clojureconj-2013/ Big thanks to all who helped organize & operate the event! -- -- You received this message because you are subscribe

Re: ANN: Clojure 1.5

2013-03-01 Thread Logan Linn
Congrats and thanks to all those who contributed! On Friday, March 1, 2013 7:56:58 AM UTC-8, stuart@gmail.com wrote: > > We are pleased to announce the release of Clojure 1.5. > > Getting Clojure: > > Web: http://clojure.org/downloads > Lein/Maven: :dependencies [[org.clojur