A few comments about D

foo foo at bar.com
Tue Aug 23 12:38:35 PDT 2011


== Quote from Paulo Pinto (pjmlp at progtools.org)'s article
> Hi,
> Oberon, Modula-3, Sing# are good examples that is possible to have systems
> languages
> with GC.
> You just need to provide a systems module that allows you to control memory
> allocations
> when time is needed. Or to know where the memory allocations are happening.

Or, you know, just use one of those common languages like Java.
There is nothing special required from a language to support real-time. It's just
a matter of providing a collector that supports real-time guaranties, e.g. like
those Sun (now Oracle) sells.


More information about the Digitalmars-d mailing list