Skip to content

Releases: erg-lang/erg

v0.2.2

13 Aug 15:56
Compare
Choose a tag to compare

In this release, type inference for general polymorphic types can now take variance into account.
For example, since the Seq(T) type is covariant with respect to T, Range(T), which implements Seq(T) as a trait, for example, is recognized as a subtype of it.

v0.2.0

12 Aug 09:25
Compare
Choose a tag to compare

With this release, some of the APIs of the math and random modules of Python are now available.

In addition, several type inference bugs have been fixed.

v0.1.2

12 Aug 04:09
Compare
Choose a tag to compare

This release fixes a bug that occurs on UNIX-family OS.

v0.1.1

12 Aug 02:04
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

This release allows the REPL to save the execution state.