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
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
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
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
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
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
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
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),
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
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
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
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 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:
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
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
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
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
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
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
***
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
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
21 matches
Mail list logo