Skip to content

specialforest/scala-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scala-sandbox

Various examples of Scala code.

actors

actors01 - Recursively builds a chain of actors and then sinks "Die" message and waits for a reply. actors02 - Computes the factorial of a given number specified amount of times using several actors. Round-robin load balancing is used to distribute work among actors.

other

functional01 - Simple closure and currying example.

About

Various examples of Scala code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages