Earlier quoted context omitted.
Alioth benchmarks are out of date as far as Clojure is concerned. These days it's not much work to get Clojure to deliver identical to Java performance. Better versions of the same benchmarks here that show the same performance as Java that you verify yourself - http://github.com/clojure/test.benchmark
>>out of date as far as Clojure is concerned<< What a pity that Clojure programs, written months ago to do benchmarks game tasks, have not been contributed to the benchmarks game for all to see!
Our experience using Clojure to speed up Beanstalk
41–50 of 75 posts
Re: Our experience using Clojure to speed up Beanstalk
#42Earlier quoted context omitted.
>>out of date as far as Clojure is concerned<< What a pity that Clojure programs, written months ago to do benchmarks game tasks, have not been contributed to the benchmarks game for all to see!
All in good time Isaac :)
Re: Our experience using Clojure to speed up Beanstalk
#43Earlier quoted context omitted.
Among others: because of completely arbitrary and I'd dare to say weird rules. Programs are not meant to be written in idiomatic language. They are meant to resemble the C implementation. In many cases you can see that the program representing the language in the comparison is neither the fastest nor the simplest of the submissions.
You've made a bunch of claims without showing any evidence to support them. Please point to specific examples we can all look at on the website which show -- "Programs are not meant to be..." -- which show -- "They are meant to resemble the C implementation." etc
Re: Our experience using Clojure to speed up Beanstalk
#44Re: Our experience using Clojure to speed up Beanstalk
#45Earlier quoted context omitted.
Have you seen Leiningen[1]? It pretty much solves packaging and deploying problem. Awesome tool. Also if you're into Web development, I can recommend playing with Noir[2] framework and Korma[3] for SQL abstraction. Heroku also support deploying Clojure apps out of the box, so you can easily use a free tier to get something out there. [1] https://github.com/technomancy/leiningen [2] http://webnoir.org/ [3] http://sqlk…
I've got a question about Noir. Is it necessary for me to write HTML with Clojure, or can I separate it and write plain HTML somehow? Writing HTML in the middle of my Clojure code doesn't appeal to me coming from a MVC background...
Re: Our experience using Clojure to speed up Beanstalk
#46Re: Our experience using Clojure to speed up Beanstalk
#47Re: Our experience using Clojure to speed up Beanstalk
#48clojure has some great features but syntax is just disgusting (not because of parentheses, i like scheme)
Re: Our experience using Clojure to speed up Beanstalk
#49Re: Our experience using Clojure to speed up Beanstalk
#50> I’ve been looking for an excuse to use Clojure in a production environment for a while Except in wanting to mess around with Clojure, you didn't use the best tool for the job. The Clojure solution now uses parallel implementations of Git and SVN to solve the problem, rather than the core code of SVN and Git. And now you also have a one-off daemon written in Clojure. It doesn't have the same support structure, ops r…
I'm also not sure I'd compare it to Clojure and suggest it as a better tool for this job.