POV-Ray : Newsgroups : povray.advanced-users : the POV-ray SDL--similar to Java and/or Python? : Re: the POV-ray SDL--similar to Java and/or Python? Server Time
6 Oct 2024 20:21:55 EDT (-0400)
  Re: the POV-ray SDL--similar to Java and/or Python?  
From: Orchid XP v3
Date: 13 Sep 2006 05:55:49
Message: <4507d5a5$1@news.povray.org>
>   You mention GC as if it was some kind of requirement for safe OOP
> languages. There's no such connection. It's only necessary for languages
> where objects are allocated dynamically and don't go out of scope by
> themselves. I'm not even sure *why* Java has such objects.

And I'm not sure how you would do a whole bunch of simple things 
*without* such objects.

> It could
> perfectly work without them (just remove 'new' and use internally
> some kind of reference-counting copy-on-write system).

I have no idea why after all these years people still think reference 
counting is a good idea. It's so trivial to find an example where it 
utterly fails...


Post a reply to this message

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