Hacker News new | ask | show | jobs
by ljm 899 days ago
May I suggest replacing the screenshots of code in your readme with just the code?

I mean, it's hard to tell but it basically looks exactly like Rust but without lifetimes/borrow checks.

1 comments

Hello, yes, I'll go back and add some text examples as well. (I didn't like how GitHub does syntax highlighting though :/)

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!