Re: Best Book for Clojure

2018-03-13 Thread bijay paudel
Thank you for information On Tue, Mar 13, 2018 at 9:54 PM, Philos Kim wrote: > This book is somewhat out-of-date but still the best book I have read on > Clojure. > And I am so unhappy to see the second edition not come out. > > Clojure Programming: Practical Lisp for the

Re: Best Book for Clojure

2018-03-13 Thread Philos Kim
This book is somewhat out-of-date but still the best book I have read on Clojure. And I am so unhappy to see the second edition not come out. Clojure Programming: Practical Lisp for the Java World

Re: Best Book for Clojure

2018-03-13 Thread bijay paudel
I have 7 years experience in java and J2EE. I am new for functional programming like Clojure. On Tue, Mar 13, 2018 at 8:54 PM, Sean Corfield wrote: > The answer depends on many things: how much programming experience do you > have and in which languages? How much Clojure have

RE: Best Book for Clojure

2018-03-13 Thread Sean Corfield
The answer depends on many things: how much programming experience do you have and in which languages? How much Clojure have you done so far? Do you like a reference-style book or one that is more conversational? Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN An Architect's View --

Best Book for Clojure

2018-03-13 Thread pbijay
I want to buy a book. Which is the best book for clojure? -- 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 your

Re: Macro argument evaluation, and function return value evaluation?

2018-03-13 Thread Didier
Well, I'm still interested in the above questions, but now I realized that spec is even harder to extend, since s/keys doesn't even truly take a standard map of keys and vectors, the vector can have an `or` in it, which is a non standard or, so a default eval does not handle it properly.

StackOverflow Job Survey results are out

2018-03-13 Thread Alan Thompson
& Clojure is still doing well on the salary front: https://insights.stackoverflow.com/survey/2018/#work-salary-and-experience-by-language -- 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

Re: How to call a function read from an EDN file?

2018-03-13 Thread Simon Luetzelschwab
Hey Christopher, Welcome to the wonderful world of Clojure and we're glad to have you! It appears you are trying to authenticate using Google's OAuth library and are currently using the google-apps-clj wrapper. You have to either keep a reference