POV-Ray : Newsgroups : povray.off-topic : Sometimes, Haskell wins : Re: Sometimes, Haskell wins Server Time
6 Sep 2024 23:20:30 EDT (-0400)
  Re: Sometimes, Haskell wins  
From: Invisible
Date: 23 Sep 2008 04:07:10
Message: <48d8a3ae$1@news.povray.org>
>>>     Eh? Compiled Haskell's not all that slow. It beats scripting
>>> languages easily. Comparing it with Perl is not very illustrative of much.
>> How about compiled Perl then? Cos it beat that too...
> 
> Compiled Perl just means stored bytecode loading faster into Perl's VM/AST
> /whatever.  Same for Python or Ruby.  The bytecode is still interpreted without
> a JIT and those are still highly dynamic languages where code optimizations
> through type analysis is very much impossible.

Well OK. But given that the Perl version is presumably just making a 
half dozen calls to the internal regex engine, you'd still expect decent 
performance...

Anyway, whatever. My point is that Haskell isn't nearly as slow as 
everybody thinks it is.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.