Talk:Evaluate binomial coefficients: Difference between revisions

Content added Content deleted
Line 116: Line 116:
===Are type hints a good idea for RC Python examples ?===
===Are type hints a good idea for RC Python examples ?===


I am very much in favour of static type-checking, so [[User:Paddy3118|Paddy3118]] are the type hints now allowed by Python 3 a good idea for RC Python examples ?
I am very much in favour of static type-checking, so are the type hints now allowed by Python 3 a good idea for RC Python examples ?


[[User:Paddy3118|Paddy3118]] seems to suggest that they might be – he is not using them in his own examples, but he suggested an enthusiasm for their nativist credentials by deleting all my Hindley Milner type comments for the reader (mathematically based - used in comments across a range of languages and libraries, and in some languages used in the code to be read by the compiler) and replacing them with type hints for the compiler.
[[User:Paddy3118|Paddy3118]] seems to suggest that they might be – he is not using them in his own examples, but he suggested an enthusiasm for their nativist credentials by deleting all my Hindley Milner type comments for the reader (mathematically based - used in comments across a range of languages and libraries, and in some languages used in the code to be read by the compiler) and replacing them with type hints for the compiler.