At this site, scala-lang.org you can learn Scala from beginning to end. You can download Scala at the site. The site also includes links to the Scala API documentation, an online Scala interpreter, Scala cheat sheets and more.
http://www.scala-lang.org/documentation/
This site, matt.might.net, includes Scala code examples that beginners use to become familiar with Scala.
Learn Code Examples Link: http://matt.might.net/articles/learning-scala-in-small-bites/
This sit, learnxinyminutes, includes a number of Scala code examples. Methods and statements in working code examples include println, print, variable declarations with the Val statement, the REPL environment, mathematical operations, boolean operations, string operations, functions, objects, class declaration, class extension, pattern matching, regular expressions, for and do while loops, match statements, conditional statements such as case switch, strings, and importable sub packages such as immutable as well as use of the object Application entry point.
Learn Code Example Link: http://learnxinyminutes.com/docs/scala/
This site, tutorialspoint.com, includes complete guide to programming Scala. Includes detailed code explanations with working code. Scala Tutorials include overview, environmental setup, data types, variables, access modifiers, operators, if else statements, loops, functions, closures, strings, arrays, collections, classes and objects, traits, pattern matching, regular expressions, exception handling, extractors, and file I/O statements for reading and writing files. Also includes a scala quick guide, and a resource section.
http://www.tutorialspoint.com/scala/index.htm
This site, https://www.coursera.org/course/proglfun, offers a free 7 week course in Scala, with a focus on the basics of functional programming. You have to sign up with Coursera to take the course. The course, Functional Programming Principles in Scala, with instructor Martin Odersky, covers programming paradigms, functional programming, an overview of the Scala programming language, the definition and use of functions, recursion, and non-terminating functions, reasoning by induction, the definition and use of immutable objects, inheritance, dynamic binding, data types, pattern matching, lists, collections, combinatorial search and lazy evaluation. online.
BookMark Magazine, an educational publication from BookMarkTutoring.com, provides educational supplemental material for students and teachers. These range from captivating educational classroom activities, such as click and color educational coloring pages and our Infinity Machine online drawing software (mathematical brush driven) to subject specific learning link libraries.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment