alantech / alan

Autoscalable Programming Language
https://alan-lang.org
MIT License
305 stars 10 forks source link

Drop special assignment syntax in the language #811

Closed dfellis closed 1 month ago

dfellis commented 1 month ago

This sets up the language to just have = be an operator for set. Work needs to be done in the lower layer of the language to be primarily reference-based and insert variable assignments as necessary for Rust's ownership model, but that will happen later.