Skip to content

Releases: miiohio/ziopy

Version 0.0.4a

21 Oct 12:38
8cd9f68
Compare
Choose a tag to compare
Version 0.0.4a Pre-release
Pre-release
Merge pull request #6 from harveywi/wjh-monad-syntax-v2

Less ad hoc monad desugaring, some code cleanup, unit tests.

Version 0.0.3a

13 Oct 20:00
aa5e3b9
Compare
Choose a tag to compare
Version 0.0.3a Pre-release
Pre-release

Allowing installation of the library in any Python 3.7 environment.

Version 0.0.2a

13 Oct 19:43
188ca2a
Compare
Choose a tag to compare
Version 0.0.2a Pre-release
Pre-release

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