Category:Scala: Difference between revisions

No edit summary
 
(One intermediate revision by the same user not shown)
Line 15:
 
Lots of RC tasks addresses technical "features" of goto's, break, continue, side effects, pointers, type-casting, weak-typing and so on and are deliberately not Scala's cup of tea.
 
Compiled strongly-typed languages, where more defects can be caught at compile time, are less prone to runtime failures than interpreted or weakly-typed languages.
==Links==
* [[wp:Scala_(programming_language)|Scala in Wikipedia]]
* [https://docs.scala-lang.org/tour/tour-of-scala.html Tour of Scala and Tutorial]
* [https://www.scala-lang.org/files/archive/spec/2.13/ Scala language specification]
* [https://www.scala-lang.org/api/current/ Scala standard library documentation]
 
==Todo==
[[Reports:Tasks_not_implemented_in_Scala]]
Anonymous user