Re: SBCL is now faster than Java, as fast as Ocaml, and getting better
- From: Jon Harrop <jon@xxxxxxxxxxxxxxxxx>
- Date: Wed, 09 Jul 2008 22:52:31 +0100
Javier wrote:
But, in general, if you only count the number of lines, Lisp is
usually shorter.
Actually Lisp is almost always longer by any reasonable metric including
LOC. I went out of my way to measure the verbosity of Lisp on the ray
tracer benchmark:
http://www.ffconsultancy.com/languages/ray_tracer/results.html
Lisp is among the most verbose languages both by LOC and non-whitespace
bytes.
Also, in big applications, defmacro and functional programming allow
us to reduce complexity and size.
Macros without basic features means that Lisp projects have a considerable
constant overhead of boiler plate code spent Greenspunning features like
pattern matchers.
--
Dr Jon D Harrop, Flying Frog Consultancy
http://www.ffconsultancy.com/products/?u
.
- Follow-Ups:
- Re: SBCL is now faster than Java, as fast as Ocaml, and getting better
- From: jon . harrop . ms . sharp
- Re: SBCL is now faster than Java, as fast as Ocaml, and getting better
- From: Kaz Kylheku
- Re: SBCL is now faster than Java, as fast as Ocaml, and getting better
- Prev by Date: Re: Good Lisp editor for Win
- Next by Date: Re: Library challenge
- Previous by thread: Re: SBCL is now faster than Java, as fast as Ocaml, and getting better
- Next by thread: Re: SBCL is now faster than Java, as fast as Ocaml, and getting better
- Index(es):
Relevant Pages
|
Loading