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
-
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
tostring
ortointeger
no longer need atype
qualifier.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
Beta Was this translation helpful? Give feedback.
All reactions