Re: How to structure a Clojure day for noobs?

2012-12-20 Thread Seth Chandler
I would spend A LOT of time on working with the IDE be it Eclipse/Counterclockwise, IntelliJ or whatever. In my limited experience the main impediment to Clojure is not Clojure itself, which is very sensible, but in dealing with file locations, dependency management, projects, Leiningen, all o

Using gen-class to generate methods with same names and arities but different type signatures

2012-08-02 Thread Seth Chandler
Don't have an answer but I would sure enjoy hearing the group's wisdom on this. -- 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 p

Re: community interest in machine learning (?)

2012-07-19 Thread Seth Chandler
I'm extremely interested. I'm new to Clojure, coming mostly from a Mathematica background, but I just finished a major project linking Mathematica to Weka and am interested in doing something similar with Clojure. Weka, by the way, is 99% terrific, and so before people go completely reinvent

s-expression levels and higher order functions

2012-07-19 Thread Seth Chandler
I'm new both to Clojure and to this group, so please be gentle. I come to Clojure mostly from a Mathematica background, which has a certain Lispyness to it. One of the things one can do in Mathematica is to map a function to an s-expression but not at its top level, but rather at some user spe