Message from discussion
Very poor Lisp performance
Path: g2news1.google.com!news1.google.com!proxad.net!newsfeed.stueberl.de!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail
From: Matthias Buelow <m...@incubus.de>
Newsgroups: comp.lang.lisp
Subject: Re: Very poor Lisp performance
Date: 14 Aug 2005 21:23:38 GMT
Lines: 11
Sender: Matthias Buelow <m...@drjekyll.mkbuelow.net>
Message-ID: <3m9r2qF15in5fU1@news.dfncis.de>
References: <42fdd7a8$0$97130$ed2619ec@ptn-nntp-reader03.plus.net> <2005081321013216807%raffaelcavallaro@pasdespamsilvousplaitmaccom> <42ff04a9$0$78285$157c6196@dreader1.cybercity.dk> <42ff1c6e$0$1279$ed2619ec@ptn-nntp-reader02.plus.net> <3m95opF15sleiU1@individual.net>
X-Trace: news.dfncis.de rzXc6/oF9B3nzRB2FXzLdwQCb8t5kNqz9VHXXQIv5KE9EpXQAxcPFtZBE3
X-Orig-Path: not-for-mail
User-Agent: tin/1.7.8-20050321 ("Hellisay") (UNIX) (FreeBSD/5.4-STABLE (i386))
Ulrich Hobelmann <u.hobelm...@web.de> wrote:
>I wouldn't consider 5 times as slow as a *functional* language very
>competitive, but it might be fast enough for many problems.
For a runtime typed language vs. a statically typed one it is quite
competitive. Generally, the compiler can never resolve all the runtime
typing at compile time, unless you declare all and everything in your
program (which would be nothing but a major PITA).
mkb.