note that all runtimes impose their type system on...
# announcements
m
note that all runtimes impose their type system on the language .... the JVM type system is fairly minimal but still influences the design of languages that target it (e.g. no value types). it's not just generics. the CLR type system has more stuff in it, so, it imposes more on language design.