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
>
> 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
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
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!
>
>
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
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