The OP almost certainly intended "CLISP" to mean "Common Lisp". While the CLISP implementation of Common Lisp is a decent platform (Conrad Barski features it in his book _Land of Lisp_, for example), it is not the fastest implementation. Their documentation acknowledges as much: http://www.clisp.org/propaganda.html See the section "CLISP Performance" at the bottom of the page.
Have all good days, David Sletten On Feb 18, 2014, at 10:37 PM, Mars0i <[email protected]> wrote: > It really depends on the benchmark and the programmer, and sometimes on the > computer. And on what a person chooses to report. Here are some benchmarks, > probably only representative of very special cases, that show Java beating > Clojure in many cases, Java and SBCL both beating each other in some cases, > etc. (For my work, I have found SBCL to be a lot faster than CLISP, but > again, it probably depends on what you're doing.) > > http://benchmarksgame.alioth.debian.org/ > > Other cases would be different. (None of this conflicts with Mikera's > insightful comments.) > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
