DataTypesBasic.jl
This package defines julia implementations for the common types Option (aka Maybe), Either and Try, as well as one extra type ContextManager which mimics Python's with-ContextManager.
Installation
using Pkg
pkg"add DataTypesBasic"Use it like
using DataTypesBasic