POV-Ray : Newsgroups : povray.off-topic : Using Excel as a 3D engine : Re: Using Excel as a 3D engine Server Time
11 Oct 2024 01:21:23 EDT (-0400)
  Re: Using Excel as a 3D engine  
From: Orchid XP v7
Date: 11 Mar 2008 14:15:50
Message: <47d6da66$1@news.povray.org>
>> Well let's put it this way. If you wanted to calculate the geometric 
>> mean (assuming there isn't already a function for that), in VBA you'd 
>> have to write an explicit FOR loop (with initialisation, update, 
>> etc.), whereas in Haskell you'd just keep a "map" call... It's a 1-liner.
>>
> 
> Meaning that you have pre-done function/call for it in Haskell (no, it 
> doesn't have to be self-made, it just is implemented earlier, usually 
> since someone has needed it).

The point being that it is *possible* to define the "map" function in 
Haskell, whereas such a function cannot be defined in VBA. :-P

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

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