Re: associative destructuring on a list? (using :keys)

2017-01-09 Thread John Gabriele
Ah! Thank you, Francis! And sorry for the belated reply! I ran into a terse example of it at (see "(def options '(:debug true))") and was scratching my head. Now that you explained it though, I remembered seeing an

Re: New to Clojure

2017-01-09 Thread Sean Corfield
> With the time we have (around 1 month for this stage), is this something we > can easily build in Clojure? Hard to say. I would expect a small team already familiar with Clojure could probably build this in a month but I don’t know how long it’ll take your team to ramp up. Java-to-Clojure is

Re: New to Clojure - productivity and debugging with Emacs

2017-01-09 Thread J.-F. Rompre
Hi ahawk, If you have the time, by all means reach for all the references and books mentioned in this thread, and there is a wealth of free resources out there. However doing both that and learning a powerful tool such as Emacs/CIDER at the same time can be frustrating. If time is of the

Re: New to Clojure

2017-01-09 Thread Matching Socks
You mention SQL. Note, that using JDBC in Clojure is really, really easy. It's a porcupine in Java, but in Clojure it's pure fudge. Whatever your Java frame of reference for an ORM might be, Hibernate or Spring or whatever, bang! you probably won't need it. Sure, there are JDBC wrappers

Re: Private multimethods possible?

2017-01-09 Thread Didier
How would you declare a namespace within a namespace? Or two namespaces in the same file? On Friday, 23 October 2009 04:41:13 UTC-7, Meikel Brandmeyer wrote: > > Hi, > > On Oct 23, 8:45 am, Christophe Grand wrote: > > > Other solutions are to use @#'ns/private-var to

Re: New to Clojure

2017-01-09 Thread Dennis Roberts
>From what you've described, it seems as though it would be easy to build the server side of this application in Clojure. I found Clojure to be very easy to pick up. I won't say that the first few applications that I wrote in Clojure were great Clojure code, but it was easy for me to move from

New to Clojure

2017-01-09 Thread (hash-map :new "to clojure" :need "assistance")
Hi all! So, I'm new to Clojure! I'm coming in from a Java background and am currently working on a project that has prompted me to have a look at whether Clojure would be useful. I have started by going through the "Brave Clojure" website and working through the exercises and what I've seen

Re: New to Clojure - productivity and debugging with Emacs

2017-01-09 Thread Bill Piel
ahawk, I've been using clojure for years, but can still relate to the issues you are facing, which is why I wrote a debugging/development tool to help. It's called sayid. It can be used directly from the repl, but has an emacs/cider integration that makes it much more powerful.

HTTPS for dev.clojure.org?

2017-01-09 Thread Luc
At a minimum, nginx could proxy jira no ? You could force http redirection to https. My 2 cents. Luc P. -- 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