Skip to content

A collection of simple source code examples in Scala, featuring key aspects of the language.

License

Notifications You must be signed in to change notification settings

guildenstern70/ScalaLearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScalaLearn

Codacy Badge License: MIT

ScalaLearn is a collection of simple source code examples in Scala 3, featuring key aspects of the language.

Build with SBT

  1. Install 'sbt' from here: http://www.scala-sbt.org/download.html
  2. Run a sbt shell with
    cd [project dir]
    sbt
  3. Then, compile with
     compile
  4. Then, run with
     run
  5. Then, execute tests with
    test

Version

ScalaLearn version is indicated at 'Main.scala' file and in 'build.sbt' file.

About

A collection of simple source code examples in Scala, featuring key aspects of the language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages