Skip to content

jamesward/let-me-count-the-ways-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let Me Count The Ways (Scala)

An attempt to aggregate all of the ways to do various things in Scala.

To run any of the apps locally:

./sbt run

Or to run a specific app:

./sbt "runMain Functions"

Notes

Things that do not count as being a different way to do something (unless it actually is different):

  • Whitespace e.g. new lines, indention, etc
  • Nested wrapping e.g. ((foo))

I'm sure there are other ways to do things so please send Pull Requests for the things I missed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages