Sunday, October 10, 2010

Static methods/fields

While trying to take a first stab at porting JustCheckers.java -> JustCheckers.scala, we ran into static methods and fields. The problem is, Scala does not have static methods/fields. We are currently trying to figure out how to best handle static in Scala...

No comments:

Post a Comment