0
comment
comment
on 8/15/2014 5:15 AM
Recently I started to learn Scala (for about 2 weeks now). Here is prons and cons so far (note: I've not written any serious code yet, just have read "Scala for the impatient" and now reading "Programming in Scala" by Odersky): PronsPassing not evaluated block as argument ("by-name arguments". Allows to develop better DSLs)Macros!There are few libraries written with macros, impossible to implement in a language like c# or f# (MacWire etc.)ConsNo not-nullable types (this is a huge one)Not whitespace sensiti[...]