Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
IshKebab
on Aug 12, 2021
|
parent
|
context
|
favorite
| on:
Show HN: Lona – Framework for responsive web apps ...
> I get autocomplete and goto definition with dynamic languages just fine.
No you don't. See how autocomplete does with this function:
def foo(s): s.
Now try it with type annotations:
def foo(s: str): s.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
No you don't. See how autocomplete does with this function:
Now try it with type annotations: