Re: Google Benchmark: needs a Clojure implementation...

2011-06-07 Thread Mark Engelberg
Is there a free source for the original article containing the detailed description of the algorithm? -- 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 mo

Re: New to Clojure

2011-06-07 Thread Shantanu Kumar
Hi Santosh, For a quickstart, get Leiningen, create a project: $ lein new foo $ cd foo ...and fire up the REPL: $ lein repl You can type in Clojure code at the REPL to experiment. If you need to enter multi-line code write it in an editor and copy-paste the code to the REPL. You can refer Clo

Re: Free Compojure Hosting? (or mostly free)

2011-06-07 Thread Sean Corfield
I thought I'd bump this thread now that Heroku is supporting Clojure applications on the new "cedar" stack: https://gist.github.com/1001206 I decided to try this tonight and went from ground zero (not even having a Heroku account) to a working Ring app (that says Hello World - w00t!) in just a fe

clojure.java.jdbc 0.0.2 released

2011-06-07 Thread Sean Corfield
Thanx to Aaron Bedra, clojure.java.jdbc is available and is now compatible with Clojure 1.2! Apologies to anyone who'd tried to use clojure.java.jdbc 0.0.1 with Clojure 1.2 - I hadn't realized that the new contrib libraries were supposed to remain compatible with that version :( -- Sean A Corfiel

Re: porting an old project - where to begin?

2011-06-07 Thread Daniel
I lied. Ran across this: http://processing.org/discourse/yabb2/YaBB.pl?board=OpenGL;action=display;num=1176483247 Spent about 20 minutes bringing it up to date and voila https://gist.github.com/1008742 Near as I can tell, this captures the object space coordinates of the object nearest the mou

Re: Clojure, Swank, and Leiningen with Emacs on Mac OS X

2011-06-07 Thread John Toohey
I have a fully working AquaEmacs/Swank/Slime system under OSX. Can you tell me what you tried, and I may be able to help you. To start with, what is the content of you ~/.clojure directory? On Tue, Jun 7, 2011 at 18:00, Randy J. Ray wrote: > I am also having some big problems getting a working se

Re: Clojure, Swank, and Leiningen with Emacs on Mac OS X

2011-06-07 Thread blcooley
On Jun 7, 5:00 pm, "Randy J. Ray" wrote: > Is part of the problem my decision to use Aquamacs? I looked at Carbon Emacs > as well, but that's based on an emacs 22 source base, and I'd prefer to work > from 23 or newer (my Linux desktops are running emacs in the 23 range). Do > people roll their

Re: New to Clojure

2011-06-07 Thread Benny Tsai
Mark Volkmann's Clojure introduction ( http://java.ociweb.com/mark/clojure/article.html) helped me out a great deal when I first started. As he noted at the end, the article focused on Clojure 1.0 features, so some parts are superceded (records are recommended over StructMaps now, for example),

Re: New to Clojure

2011-06-07 Thread Mike Anderson
Hi Santosh, I was in your position a little over a year ago. Some recommendations that may help: - If you're coming from a Java environment, you may find it easiest to move to Clojure by using a Clojure plugin for your favourite Java IDE. I use the Counterclockwise plugin for Eclipse which is exc

Re: Clojure, Swank, and Leiningen with Emacs on Mac OS X

2011-06-07 Thread Randy J. Ray
I am also having some big problems getting a working set-up under MacOS. I can't really start with the emacs-starters-kit, as I have a very large existing configuration. And Aquamacs doesn't ship SLIME as part of the distribution. Mainly, I need to know the best place to get the clojure-mode, cloju

New to Clojure

2011-06-07 Thread Santosh M
I want to learn clojure. I already know Java. Please tell me how to proceed. Regards Santosh -- 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

Re: Best Way To Load and Run Clojure program in REPL

2011-06-07 Thread Armando Blancas
Sounds like you're looking for (load-file "test.clj") http://clojure.org/evaluation On Jun 7, 12:47 pm, octopusgrabbus wrote: > I've been searching the documentation -- which is quite good by the > way for experienced programmers new to Clojure -- to find out how to > load a test.clj into REPL a

Google Benchmark: needs a Clojure implementation...

2011-06-07 Thread edlich
Google just published this benchmark comparing C++, Go, Java and Scala using various dimensions. https://days2011.scala-lang.org/sites/days2011/files/ws3-1-Hundt.pdf Unfortunately they did not take a look at Clojure. Is there anyone having time to port the benchmark algorithm to Clojure?! http:

Re: Best Way To Load and Run Clojure program in REPL

2011-06-07 Thread Jonathan Fischer Friberg
A simple way is to use 'load'. That is only for simple testing, otherwise use the namespace facilities. http://blog.8thlight.com/articles/2010/12/6/clojure-libs-and-namespaces-require-use-import-and-ns Jonathan On Tue, Jun 7, 2011 at 9:47 PM, octopusgrabbus wrote: > I've been searching the docum

Best Way To Load and Run Clojure program in REPL

2011-06-07 Thread octopusgrabbus
I've been searching the documentation -- which is quite good by the way for experienced programmers new to Clojure -- to find out how to load a test.clj into REPL and then run it. I would appreciate a pointer to documentation. Thank you. cmn -- You received this message because you are subscribed

we are looking into the recent spams

2011-06-07 Thread Stuart Halloway
I for one cannot wait for Daniel Suarez's Daemon to take out the spammers. Until then, we will work to weed them out the old fashioned way. Stu Stuart Halloway Clojure/core http://clojure.com -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post

Re: How to setup IntelliJ with Leiningen?

2011-06-07 Thread Sergey Didenko
Hi Vicent, I think it's: *project.clj editing* lein deps lein pom On Tue, Jun 7, 2011 at 12:18 PM, Vicente Bosch wrote: > After we insert a new dependency in project.clj, we have to run lein pom > again so that everything gets refreshed. I am totally fine with this. Is my > assumption correct

Re: How to setup IntelliJ with Leiningen?

2011-06-07 Thread Vicente Bosch
Hi Matt, Just saw your response. Working! After we insert a new dependency in project.clj, we have to run lein pom again so that everything gets refreshed. I am totally fine with this. Is my assumption correct or is there a better way ? Regards, Vicente On 7 June 2011 04:06, Matt Hoyt wrote:

Earn $1000-$2500 per month

2011-06-07 Thread roseanje...@rediffmail.com
Earn $1000-$2500 per month If you Register your name You Get Sign-up bonus $5 AND Get $.20 cent for each referral. Further details http://www.earnbyforex.com/index.php?id=35678365 ***

Re: ANN: A Clojure library for the Facebook Graph API - clj-facebook-graph

2011-06-07 Thread Bojan Jovičić
Dear Max, thank you very much for explanation :) -- 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 first post. To

Re: ANN: A Clojure library for the Facebook Graph API - clj-facebook-graph

2011-06-07 Thread Max Weber
Hi Bojan, there has been a global change within the Facebook Graph API, it doesn't sent a referer in the headers of the authentication callback request anymore. A middleware function of clj-facebook-graph has relied upon this referer. I have fixed this issue in version 0.1.3-SNAPSHOT, but now you