Re: Implementing Clojure

2016-03-01 Thread Kevin Downey
On 02/28/2016 10:40 AM, evins.mi...@gmail.com wrote: > > > On Sunday, February 28, 2016 at 4:13:23 AM UTC-6, puzzler wrote: > > Yes, unfortunately, Clojure doesn't have an actual spec. The lack > of a spec probably helps keep the language more "agile", but I know > several people wh

Re: [ANN] As I was missing this kind of library in clojure I created relational_mapper for dealing with querying relational databases

2016-03-01 Thread Oliver George
Both those ideas seem sensible to me. Look foward to hearing more. On Tuesday, 1 March 2016 23:38:43 UTC+11, Krzysiek Herod wrote: > > I went through the paper very briefly, so I might be wrong, but from the > first look it seems like the algorithm would generate the actual SQL > queries . If

Re: Clojure as first language

2016-03-01 Thread blake watson
>>Would you elaborate on this last comment about Smalltalk? Smalltalk, as a language, is very simple. Its syntax is, essentially, "object message" embellished with keyword parameters, like "player attack: monster with: sword using: slash". The environment, unfortunately, is cluttered, and its vers

Re: ClojureScript at its best

2016-03-01 Thread David Nolen
Capital One's Level Money https://www.levelmoney.com Thomas Reuters https://open.mediaexpress.reuters.com There's a list of companies that gets periodically updated here: https://github.com/clojure/clojurescript/wiki/Companies-Using-ClojureScript David On Tue, Mar 1, 2016 at 1:10 AM, Alex Miller

Re: ClojureScript at its best

2016-03-01 Thread Richard Eng
Thank you! This one is most impressive! On Tuesday, 1 March 2016 10:41:04 UTC-5, Sam Ritchie wrote: > > https://racehubhq.com/ is full Clojurescript + Om, with full client-side > rendering + routing and all data transfer via websocket. > > Sam Ritchie (@sritchie ) >

Re: ClojureScript at its best

2016-03-01 Thread Sam Ritchie
https://racehubhq.com/ is full Clojurescript + Om, with full client-side rendering + routing and all data transfer via websocket. Sam Ritchie (@sritchie ) Machine Learning @ Stripe samritchie.io

Re: [ANN] As I was missing this kind of library in clojure I created relational_mapper for dealing with querying relational databases

2016-03-01 Thread Krzysiek Herod
I went through the paper very briefly, so I might be wrong, but from the first look it seems like the algorithm would generate the actual SQL queries . If so, although the idea seems interesting, I wouldn't go in this direction because of the loss of flexibility for the user of the library. For exa

Re: ClojureScript at its best

2016-03-01 Thread Bryan Maass
Also, the Asciinema player is written in cljs. https://asciinema.org/ -- 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 members are moderated - please be patient with

[ANN] Ultra 0.4.1 released

2016-03-01 Thread W. David Jarvis
Hey all - Happy to announce the release of Ultra 0.4.1! Not too many new features, but a number of important bug fixes / desired behavioral changes: - Fixed a bug wherein the default colorscheme was devoid of colors. In fact, generally removed colorscheme configuration - I've had no indi