Re: Clojure + Web Services + Web Sockets

2013-02-11 Thread Justin Steward
On Tue, Feb 12, 2013 at 9:54 AM, Ryan T. wrote: > I was hoping to be able to build my clojure project and use jetty in > development and tomcat on production. I can't add anything on the websockets side, but one thing that's been beaten into me over the past few years, is to develop on the same s

Re: How to escape a space in a keyword?

2012-03-07 Thread Justin Steward
On Thu, Mar 8, 2012 at 9:00 AM, Meikel Brandmeyer wrote: > However documenting everywhere that feeding garbage in might result in shit > coming out has this “things in the mirror might be closer than they appear” > taste. WTF? The mirror is not the problem. Nor is the car manufacturer to be > h

Re: Could be my favourite improvement in 1.4

2012-01-17 Thread Justin Steward
On Tue, Jan 17, 2012 at 5:19 AM, Tavis Rudd wrote: > {"v":, 1234} Except that's not valid JSON, so it's still not a simple cut and paste solution. I personally think that confusing a colon with whitespace under any circumstances is an unnecessary confusion leading to unnecessary errors. ~Justin