Note that starting in Scala 2.8.1 I believe, you can also extend the App trait, negating the need for the main method completely. Just a small nicety, but I like your approach as it is an easier stepping stone for Java developers who are used to main methods.
Note that starting in Scala 2.8.1 I believe, you can also extend the App trait, negating the need for the main method completely. Just a small nicety, but I like your approach as it is an easier stepping stone for Java developers who are used to main methods.
jsvazic 2 months ago in playlist Scala for Java programmers, the Euler way
@jsvazic Aggreed.
MadocDoyu 2 months ago
Great series. I learned a lot. Btw. what color scheme are you using for IntelliJ IDEA and where can I download it?
siamvisa 7 months ago
This is good on many levels!
SuperHighFish 11 months ago