Skip to content

A short explanation for several Scala functionalities for entry-level Scala programmer

Notifications You must be signed in to change notification settings

aerios/another-scala-cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Another Scala Cheatsheet

This cheatsheet aims to help entry-level Scala programmer to quickly skim some of most used Scala functionalities such as:

  • Function
  • Option
  • Try
  • Either
  • List
  • Future
  • .. and more

This cheatsheet also tries to cover some intermediate topic in Scala such as type parameter, implicits, and higher-kinded type starts from its examples, implementations, until intended usages.

Finally, this cheatsheet is no complete resource for Scala, and some of the explanations here are presented to be more beginner-friendly without removing their real meaning. If you have corrections or suggestions, issues or pull requests are welcomed!

About

A short explanation for several Scala functionalities for entry-level Scala programmer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages