Opposition to Python type hints
Opposition to Python type hints
Posted May 8, 2015 20:36 UTC (Fri) by peter-b (guest, #66996)In reply to: Opposition to Python type hints by kjp
Parent article: Opposition to Python type hints
> As a middle ground, Rust only forces you to declare types of function parameters.
That's not strictly true; Rust forces you to declare types wherever it can't infer them. Of course, *in practice* this usually means that you only need to declare the types of function parameters. ;-)
