Comment on is Rust really that powerful / intuitive?
Sigmatics@lemmy.ca 1 year agoI can’t confirm the point about autocompletion with Python. When using strictly typed Python (mypy), the suggestions are just as good
Comment on is Rust really that powerful / intuitive?
Sigmatics@lemmy.ca 1 year agoI can’t confirm the point about autocompletion with Python. When using strictly typed Python (mypy), the suggestions are just as good
5C5C5C@programming.dev 1 year ago
Using visual studio code this only happens if the library has thorough type annotation. While that’s becoming more popular, it’s not enforced at the language level so lots of libraries have enormous gaps in the autocomplete.
Sigmatics@lemmy.ca 1 year ago
It’s improved a lot over the past year, but you’re right. Not even the standard library is typed