←back to thread

193 points jaypatelani | 1 comments | | HN request time: 0s | source
Show context
ducktective ◴[] No.45107245[source]
Would the "LLM era" revitalize languages like Ada and Haskell into mainstream?
replies(4): >>45107380 #>>45109942 #>>45112320 #>>45112892 #
1. synack ◴[] No.45109942[source]
Claude does an okay job of translating from other languages into Ada. It works especially well if you write the specification (.ads) file and let it write the body (.adb)

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.