I mean, it's hard to tell but it basically looks exactly like Rust but without lifetimes/borrow checks.
I put all the example programs in text on the web-demo, though, if you want to see more there! You can copy, read, or modify them there!
https://adam-mcdaniel.net/sage
It's different from Rust in that it has structural typing and a more Python-like experience! Types are constants, and can be printed with `print` like other values
Thanks for your input! I hope you like the project!
I put all the example programs in text on the web-demo, though, if you want to see more there! You can copy, read, or modify them there!
https://adam-mcdaniel.net/sage
It's different from Rust in that it has structural typing and a more Python-like experience! Types are constants, and can be printed with `print` like other values
Thanks for your input! I hope you like the project!