Re: Clojure Group

2018-04-16 Thread Bijay Paudel
I post lots of questions but I did not get any response On Mon, Apr 16, 2018 at 11:16 AM Peter Hull wrote: > What was the question? I am on tenterhooks now... > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post

Re: Clojure Group

2018-04-16 Thread Bijay Paudel
I have a question about group Is this group for only experience people or anyone can use? On Mon, Apr 16, 2018 at 8:57 AM James Reeves wrote: > Go ahead. Asking questions about Clojure is definitely under this group's > remit :) > > On 16 April 2018 at 09:56, Peter

Re: Best Book for Clojure

2018-03-14 Thread bijay paudel
od > > > ------ > *From:* clojure@googlegroups.com <clojure@googlegroups.com> on behalf of > bijay paudel <pbi...@gmail.com> > *Sent:* Tuesday, March 13, 2018 7:02:40 PM > *To:* clojure@googlegroups.com > *Subject:* Re: Best Book for Clojure >

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 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: How to validate date (YYYYMMDD) using clojure

2018-03-12 Thread bijay paudel
Any idea how can I use in Clojure spec? Thanks! Bijay On Mon, Mar 12, 2018 at 9:02 PM, Didier wrote: > Do it as you would in Java, using Clojure/Java interop. > > If you paste the Java code for how you'd do it, we can help you convert it > to Clojure interop code. > > > On

Re: How to validate date (YYYYMMDD) using clojure

2018-03-12 Thread bijay paudel
I need to process Effective Date by reading the data. At that case how I can do from clojure? Any idea please. Logical Data Element: Term Effective Date Required: MMDD On Mon, Mar 12, 2018 at 6:53 PM, John Jacobsen wrote: > Have a look at clj-time: