>>25
>The main reason the thing has managed to scale to this size is largely thanks to a number of hacks put in place to fake static typing
Sounds interesting. Could you give an example of the notation? Say you had,
def add(a, b):
return a + b
in your work's codebase. How would you annotate static type information?