对学习过程中重要或遇到的问题做记录
绝大多数例子来自于 "Programming in Scala" 这本书,由Martin Odersky Scala语言的作者书写.
install follows first
- Java Version jdk1.8 (java11 not supported yet)
- jupyter-notebook(Strongly recommend installing Python and Jupyter using the Anaconda)
- almond(scala kernel for jupyter)
$: git clone [email protected]:lifoo/ScalaNewbie.git
$: cd ScalaNewBie
$: jupyter notebook &