Skip to content

An experimental attempt at implementing monad-like functionality in Python with extra features.

Notifications You must be signed in to change notification settings

MatthewCane/monadic-python-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

monadic-python-demo

An experimental attempt at implementing the essence of a monad while adding Python-specific and practical enhancements.

  • maybe.py contains the implementation of the Maybe class.
  • examples.py contains example usage.

All the code is heavily commented with lots of examples.

About

An experimental attempt at implementing monad-like functionality in Python with extra features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages