On Friday, 15 June 2018 at 02:02:52 UTC, Tony wrote:
Have their been other languages - besides D - that compiled to object code and used a garbage collector?

You can use a GC with C++ and you can compile Java to native code ahead of time.

The distinctions aren't really that sharp, it just depends on how you use it.

Reply via email to