Would the "LLM era" revitalize languages like Ada and Haskell into mainstream?
replies(4):
Ada’s strictness about types and a preference to allocate on the stack rather than the heap means more bugs are caught at compile time. Claude Code is really good at iterating on compile time errors without much user intervention.