Skip to content

oldratlee/scala-underneath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala Underneath

Study scala, research the topics like:

  • Java Interoperability of Scala, especially Using Scala Code from Java
  • ...

Scala learning resources

Complexity is the tax of sophistication — you must always ensure that its utility exceeds its cost.
— Effective Scala

  • Effective Scala | Chinese Edition
    • This guide attempts to distill their experience into short essays, providing a set of best practices.
    • Twitter's experiences have taught them to practice great care in its application. What are its pitfalls? Which features do they embrace, which do they eschew? When do they employ “purely functional style”, and when do they avoid it? In other words: what have they found to be an effective use of the language?
  • https://github.com/lauris/awesome-scala
  • Scala Official Documentation: https://docs.scala-lang.org/
  • Scala books list, my collection of scala books.