- https://en.wikipedia.org/wiki/Scala_(programming_language)
- http://www.scala-lang.org
- http://ensime.org/editors/emacs/ – scala, emacs, ensime = “ENhanced Scala Interaction Mode for Emacs“
O’Reilly Media, “Learning Scala“:
- http://shop.oreilly.com/product/0636920030287.do
- https://www.safaribooksonline.com/library/view/learning-scala/9781449368814/
- https://github.com/swartzrock/LearningScalaMaterials – the books’s supplementary stuff, as mentioned within the book’s initial section “Publisher Resources”
O’Reilly Media, “Programming Scala“, 2nd Edition:
O’Reilly Media, “Scala Cookbook“:
O’Reilly Media, “Testing in Scala” (as of 2017-08-09 with a state-of-the-art sbt, it’s in a messy state and I cannot start sbt with the project files supplied – so I abandoned this path i.e. this book for the time being):
- http://shop.oreilly.com/product/0636920022602.do
- the book’s product page has a “Download Example Code” area: https://github.com/dhinojosa/testing-in-scala-book
- the book’s product page has a “View/Submit Errata” area (but there are only “unconfirmed errata” – “confirmed errata” are not available at all): http://www.oreilly.com/catalog/errataunconfirmed.csp?isbn=0636920022602
- https://www.safaribooksonline.com/library/view/testing-in-scala/9781449360313/
…
- Today (2017-08-09) I downloaded sbt-0.13.16.tgz and also scala-2.12.3.tgz, and I unpacked them on my MacBook Air at $HOME/usr/local/:
- $HOME/usr/local/sbt/
- $HOME/usr/local/sbt/bin/sbt
- $HOME/usr/local/scala-2.12.3/
- $HOME/usr/local/scala-2.12.3/bin/scala
…
Leave a Reply