AndreVanDelft / scala

The SubScript extension to the Scala programming language
http://www.subscript-lang.org/
12 stars 1 forks source link

For the time being local script vars and vals must be explicitly typed #60

Open AndreVanDelft opened 9 years ago

AndreVanDelft commented 9 years ago

This is because otherwise the type is not well recognized; it must be used in generated code at several places. Having an explicit type simplifies the issue for the compiler, but not for the application programmer.