POV-Ray : Newsgroups : povray.off-topic : GIMP hotkeys/ scripts/ user-defined functions? : Re: GIMP hotkeys/ scripts/ user-defined functions? Server Time
6 Sep 2024 21:23:28 EDT (-0400)
  Re: GIMP hotkeys/ scripts/ user-defined functions?  
From: Invisible
Date: 10 Dec 2008 10:59:51
Message: <493fe777$1@news.povray.org>
>> Most of it are procedure calls and would need parentheses in most 
>> languages anyway.  At least, no colons between parameters are needed. ;)
> 
> Not so much that, but rather the deep nesting that gets to me..

This is why Haskell allows you to take

   foo1(foo2(foo3(foo4(foo5(foo6(x))))))

and rewrite it as

   foo1 $ foo2 $ foo3 $ foo4 $ foo5 $ foo6 x

;-)

(Otherwise, you'd need a special editor which counts the number of 
brackets for you to make sure they actually match up!)


Post a reply to this message

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