Replies: 1 comment 7 replies
-
|
which keywords are you specifically referencing? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As far as I’ve seen, Otter was never meant to be a Rust-flavored replacement for Python, but rather a whitespace-sensitive, statically typed, compiled language with seamless Rust interoperability. Python already exists - and will continue to - so aliasing its keywords doesn’t make the language more approachable; it dilutes its identity and introduces unnecessary baggage. A language doesn’t need to be every language at once. Keeping the Rust-like syntax feels more consistent with Otter’s original goals and avoids creating expectations around Python features that Otter doesn’t (and likely shouldn’t) support.
Beta Was this translation helpful? Give feedback.
All reactions