|
|
|
|
|
by gwbas1c
2646 days ago
|
|
Targeting the JVM (or the CLR) requires that your language work nicely in the Java (or C#) memory model. This basically means your language needs to work nicely with stop the world garbage collection. (And yes, I know that modern garbage collectors aren't really stop the world, but the tradeoffs are still there.) |
|
Go dig one of those .NET 1.0 SDK release CDs from 2002, plenty of sample languages on it.