-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is OSlash usable in real projects? #26
Comments
I also installed FSlash. https://github.com/dbrattli/oslash/wiki/Functors,-Applicatives,-And-Monads-In-Pictures Thank you. |
One goal of FSlash is not to use the M-word 😄 |
@dbrattli 👌 |
Oh, here's the OSlash bulletin board! =33 |
OSlash is primarily meant to be a Monad tutorial for Python. If you want to use types like
Maybe
andEither
in your Python code, you should also take a look at FSlash which uses the same concepts named asOption
andResult
, and aim to be a solid library for doing practical functional programming in Python.Note that FSlash has now been renamed to Expression.
The text was updated successfully, but these errors were encountered: