Liam Swayne
Results
3
comments of
Liam Swayne
I think the trailing comma and other syntactic peculiarities should be removed because Mojo already will not be a strict superset of Python. Python already occupies the `^` operator for...
I think it's also worth noting that `~`, `|`, `>>`, `
Perhaps `inline` could serve as a replacement for `alias`. The `@inline` decorator inlines a function, and an alias inlines an expression. Using `inline` instead of `alias` would make the syntax...