Releases: miiohio/ziopy
Releases · miiohio/ziopy
Version 0.0.4a
Merge pull request #6 from harveywi/wjh-monad-syntax-v2 Less ad hoc monad desugaring, some code cleanup, unit tests.
Version 0.0.3a
Allowing installation of the library in any Python 3.7 environment.
Version 0.0.2a
Initial release of Scala ZIO port to Python. Includes support for:
-
Console I/O via
zio_py.console.{read_line, print_line}
-
(Rudimentary) monad comprehension syntactic sugar via
zio_py.syntax
-
Basic runtime via
zio_py.runtime.Runtime