Re: Very poor Lisp performance
- From: Hartmann Schaffer <hs@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 16 Aug 2005 02:10:06 -0400
Jon Harrop wrote:
... However, LOC overly penalises Lisp and Scheme, IMHO. Specifically, Lisp and Scheme programs are virtually unreadable unless the parentheses are staggered by spreading expressions over several lines and using an automatic indenter. So if I were to put a Lisp implementation of the ray tracer on my site then I'd either state that, or I'd give results using some other measure of verbosity, like characters.
i doubt lisp or scheme will gain anything there: the language defined words tend to be quite lengthy, and afaict that seems to encourage programmers to use pretty length identifiers for their own identifiers, so character count might penalize lisp even worse. otoh, the lengthy identifiers make lisp code quite easy to read and understand.
token count probably would be better
...
hs .
- Follow-Ups:
- Re: Very poor Lisp performance
- From: Jamie Border
- Re: Very poor Lisp performance
- References:
- Very poor Lisp performance
- From: Jon Harrop
- Re: Very poor Lisp performance
- From: M Jared Finder
- Re: Very poor Lisp performance
- From: Jon Harrop
- Re: Very poor Lisp performance
- From: Raffael Cavallaro
- Re: Very poor Lisp performance
- From: Svenne Krap
- Re: Very poor Lisp performance
- From: Jon Harrop
- Re: Very poor Lisp performance
- From: Ulrich Hobelmann
- Re: Very poor Lisp performance
- From: Jon Harrop
- Re: Very poor Lisp performance
- From: Förster vom Silberwald
- Re: Very poor Lisp performance
- From: Michael Sullivan
- Re: Very poor Lisp performance
- From: Jon Harrop
- Very poor Lisp performance
- Prev by Date: Re: ACL 7.0 amazing...
- Next by Date: Re: Which Emacs on Mac OS X?
- Previous by thread: Re: Very poor Lisp performance
- Next by thread: Re: Very poor Lisp performance
- Index(es):
Relevant Pages
|