More sane python with Maybe.py
I was getting a little frustrated with python’s try-catch style of programming and made a rough maybe type which seems to work well. It’s a little hacky, but you can fmap and bind, plus there are some fun little list helpers:
<script src=“https://gist.github.com/stites/4c4323f90f74f079b50d9a689fa8a448.js”></script>