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 to this group, send email

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 Ashford > wrote: > >> Hi Ther

Re: Best Book for Clojure

2018-03-14 Thread bijay paudel
ing.com/books/the-joy-of-clojure-second-edition > > > > Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN > An Architect's View -- http://corfield.org/ > > "If you're not annoying somebody, you're not really alive." > -- Margaret Atwood > >

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 Java World > > https://

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 you done so far? Do

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 Monday, 12 March 2018

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: https://github.com/clj-time/clj-time >