Advantages For Compiler Writers
Reduces barrier of entry
- Can concentrate on parsing and generating code for particular language
- CLR provides runtime, development environment, & tools
- Web deployment with security, type-safety
Can take advantage of existing frameworks that target the CLR (in any language)
Code available to wider audience
- Esoteric languages less isolated