Skip to content

a demonstration of using ReaderT (Kleisli) for dependency injection in a typical Scala Application.

Notifications You must be signed in to change notification settings

ShahOdin/readerT-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReaderT demo

A demonstration of using the Reader monad (Kleisli) for dependency injection in a typical Scala Application.

The one-file version of the project can be seen here

Compare that with this which is the same program with constructor parameters as a DI mechanism.

About

a demonstration of using ReaderT (Kleisli) for dependency injection in a typical Scala Application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages