Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Tijdreiziger
on May 12, 2018
|
parent
|
context
|
favorite
| on:
Pyre: Fast Type Checking for Python
You can run a type-checking tool (e.g. mypy) which will tell you if you've made any type errors.
Since Python has no 'compile' step, type-checking takes the place of compiling in other languages.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Since Python has no 'compile' step, type-checking takes the place of compiling in other languages.