|
 |
On 18.03.2025 20:07, kurtz le pirate wrote:
> Nothing good about pyhton.
> Definitely bad language.
Well, I'm not considering it especially bad, and even use it for my
POV-Ray scene creating stuff. But I'm not considering it extremely good
and easy either, and all this indentation stuff is definitely not what I
like, specifically. After all, if you take a look at my Python-based
img2mesh POV export stuff, you'll see something like:
resultfile.write(f'\n triangle {{<{x_out(x, 0)}, {y_out(y, 0)},
map({v1})> <{x_out(x, 1)}, {y_out(y, 0)}, map({v2})> <{x_out(x, 0.5)},
{y_out(y, 0.5)}, map({v0})>}}')
and don't tell me it is low on braces ;-)
--
Ilyich the Toad
https://dnyarri.github.io/
Post a reply to this message
|
 |