@askonomm @zenforyen @cazabon @kevin @ado
Maybe our code base is not large enoughtπ.
But seriously, I think the reasons are more fundamental.
For example, static type checkers would probably run away in panic from our code base, because we have many situations of indirect function calls manipulating *args.
For example, a cache system based on a #python function based dependency graph, where many function calls are indirect using second order functions and adding parameters dynamically.