What if PLT was actually trying to address real-world development issues?
What are some important coding infra things & how would they best be accomplished? How can language paradigms address them?
e.g. every error should have a unique identifier a la TypeScript's compiler.
e.g. every call path should have a stable unique tracer ID in log msgs end to end.
e.g. it should be instantly easy to log a variable's name and value (and file & line) by only supplying the variable itself and nothing else as the argument.
e.g. ...??? ad infinitum.