I dislike that typechecking has to be enabled/disabled globally
- For my existing projects I really don't want to (/I won't) go back and fix thousands of type check warnings
- If I start a new project I might use type checking
I propose to add a new keyword to the monkey.jungle file which adds a new keyword:
typechecking = [none | gradual | informative | strict]
Having this would enable you to choose on a per project basis if you want type checking on or not for that project.