@neauoire I partially agree with this, but it feels like it contradicts something you linked to recently: "Any part of the system that cannot be changed or that is not sufficiently general is a likely source of impediment."
https://permacomputing.net/human-scale/
How do you make a procedure generic without using types of some sort?
Making code reusable is a necessity if you don't want users of the language to be doing pointless busywork instead of solving their real-life problems with code.
@csepp mhmm, but how are types helping to make things generic, don't take make things NOT generic?