Skip to content

there are samples of scala code that explain how to use some scala features

Notifications You must be signed in to change notification settings

Stefan-Wagner/scala-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 

Repository files navigation

scala-samples

Sometimes we need read some articles, forums, blogs to understand Scala features. But if we want just remind yourself something we already knew, then is better just look at code sample. You could easily change it and play with it and see what's going on.

There are samples of Scala code that explains how to use some scala features.

This code is supposed to be isolated as much as possible - like if we wish to explain/remember one feature of Scala then we are not going to use 5 more extra features for that (which might not be gotten yet by a reader of this code).

Each example has no more than 100 lines of code. Also there is tagging is used in order to show to the reader what feature is involved for particular example. Like #feature-1 #feature-3.

"Use the course, Luke!" (R)

About

there are samples of scala code that explain how to use some scala features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%