Experimental Release 2.0.1dev #263
lutzhamel
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We have an experimental release that eliminates subtypes and automatic type conversions. Also, all type related functions are now considered builtins...that is things like
tostringortointegerno longer need atypequalifier.As was said above, this release no longer supports automatic type conversion making programming more similar to SML and Rust. E.g.
or
You can install this experimental release via pip,
More details on pip at https://test.pypi.org/project/asteroid-lang
All reactions