You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Generics with templates. I'm going to use Python/Go's syntax
- Inspired by Java
- The name "interface" instead of Rust's "trait" makes more sense to me... I may just be missing the full idea of Rust traits.
- Inspired by Murφ
- Specificy ranges of numbers
- I considered taking the operators (`=` for equality, `:=` for setting, etc) but I found it confusing even though I think it's logical from a non-C-family person)