Y
Hacker News
new
|
ask
|
show
|
jobs
by
ri0t
1469 days ago
Does micropython not allow typing? That would be odd. I mean, i see how running it with mypy on an esp32 does not work, but the hints can be evaluated on the dev-platform and used by the developer and his IDE/Linter/whatever.
1 comments
matt_trentini
1469 days ago
It allows typing as you'd expect.
Edit: More specifically, the parser correctly ignores type hints.
link
Edit: More specifically, the parser correctly ignores type hints.