POV-Ray : Newsgroups : povray.pov4.discussion.general : Next Generation SDL Brainstorming : Re: Next Generation SDL Brainstorming Server Time
1 Jun 2024 07:33:58 EDT (-0400)
  Re: Next Generation SDL Brainstorming  
From: clipka
Date: 27 Mar 2009 18:00:01
Message: <web.49cd4b6fad594047208afb30@news.povray.org>
nemesis <nam### [at] gmailcom> wrote:
> If povray was to use Scheme as scripting language, there would be no
> such worries:
> '(1 2 3 4 5 6 7 8)
>
> Or:
> (define vec (make-vector 10))
> ((range 0 9) '() (lambda (i o) (vector-set! v i (* i i)) o))
>
> v => #(0 1 4 9 16 25 36 49 64 81)

Yuck! No way am I gonna support *that* approach >_<

Not that I'd say Scheme or Lisp would suck, but... well, I don't have the
slightest clue how to *decipher* it - could be ROT13-encrypted ancient egypt,
from all I see :P


Post a reply to this message

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