Hacker News new | ask | show | jobs
by brabel 41 days ago
A programming language is allowed to be ambiguous, I don’t know of a definition that excludes that!
3 comments

All programming languages I know of provide at least some guarantees about the program’s behavior.
The language specs may be, but an implementation is never ambiguous. When you encounter and undefined behavior in the specs, that’s when you look at your compiler/interpreter docs.
The kinda thoughts you form when you ever only vibe-coded