POV-Ray : Newsgroups : povray.text.scene-files : Helpers - Macro-Collection for many applications : Re: Helpers - Macro-Collection for many applications Server Time
22 Jan 2025 05:53:25 EST (-0500)
  Re: Helpers - Macro-Collection for many applications  
From: Cousin Ricky
Date: 11 Jan 2025 22:46:38
Message: <67833b1e$1@news.povray.org>
On 2025-01-02 13:55 (-4), Maetes wrote:
> 
> Unfortunately, I can't find any item of my personal wish list (except for
> optional parameters) in the revision list of version 3.8.
> These are:
> - spherical heightfields
> - Type-Identification
> - new functions to handle strings/arrays
> - Object-Oriented Programming (Classes)

On my own wish list:
 - An end to scope leakage.  #local scope does not stay local, which
   means that if you write a library, you have to read the minds of
   every other POVer on earth.
 - A call stack postmortem, so you can determine where the parse error
   *really* occurred.

But as jr alluded to, the parser is the biggest monster to be slain in
this software.  It's a recursive descent algorithm and very inflexible.


Post a reply to this message

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