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:51:44 EST (-0500)
  Re: Helpers - Macro-Collection for many applications  
From: Maetes
Date: 6 Jan 2025 05:45:00
Message: <web.677bb4218dbb45faf6157b830225ff5@news.povray.org>
"jr" <cre### [at] gmailcom> wrote:
> hi,
> > - new functions to handle strings/arrays
>
> can you give some examples of what you (most) miss, please ?

Most of the functions handwritten in my helper package. Searching in strings,
filtering, sorting arrays, etc.
PHP has dozens of functions for this. I wrote most of the ones I needed, but it
was a hell of work. And I'm still amazed that Povray interprets them so quickly,
thought that would slow everything down.

What annoyed me a lot:
You have no chance of figuring out what type a variable is. You have to know
what it is and cant convert them automatically.

On the other hand, povray is not a real programming language but focuses on the
render output.
I am happy about what it can do and that I was able to extend it for myself.
So I don't want to complain.

I have a wish list, but I don't expect anyone to implement it in their free
time. And my programming skills do not allow me to get involved in the project
at the moment. So I have to live with what I have, and that's a lot of fun.

Ma


Post a reply to this message

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