== Quote from Paulo Pinto ([email protected])'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.
