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:21:47 EDT (-0400)
  Re: GIMP hotkeys/ scripts/ user-defined functions?  
From: Invisible
Date: 10 Dec 2008 11:07:48
Message: <493fe954$1@news.povray.org>
Hmm... let's see that in visuals...





   foo(1, 2, 3, 4, 5, 6, 7, 8);


Lisp:

   (foo 1 2 3 4 5 6 7 8)


Haskell:

   foo 1 2 3 4 5 6 7 8


...and the award for fewest characters required to express a simple idea 
goes to: Haskell. ;-)


Post a reply to this message

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