Hacker News new | ask | show | jobs
by adamjb 1423 days ago
>>How does it handle type instability, i.e. when the type of a variable is only known at run-time, not at compile-time?

>c++’s extremely convenient ‘auto’ keyword :)

https://www.reddit.com/r/Python/comments/w7vlim/i_made_a_pyt...