Re: [ANN] Nightcoders.net, a cloud IDE for ClojureScript

2017-01-05 Thread Ruslan Prokopchuk
Thank you, Zach, you are making awesome stuff! среда, 4 января 2017 г., 19:20:20 UTC+3 пользователь Zach Oakes написал: > > Cloud IDEs are becoming more common. To quote the rifleman's creed, there > are many others like it, but this one is mine: > > http://nightcoders.net/ > > It's basically a

Creating a spec for destructuring

2017-01-05 Thread Alex Miller
I thought this might be interesting to some here: http://blog.cognitect.com/blog/2017/1/3/spec-destructuring -- 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 that posts from new

Re: foo.spec?

2017-01-05 Thread Rich Morin
As Stuart Halloway points out, "all code is data, but all data is not code". That said, I'd like to see spec lean as far as possible in the direction of simply being based on data structures. By way of motivation, let's suppose that I have a Sinatra (Ruby) server that is communicating with Elm