As the old "Real Programmers Don't Use PASCAL" article says,
> The determined Real Programmer can write FORTRAN programs in any language.
That's why Haskell exists. It's the computer scientists' best attempt so far to create a language in which it's impossible to write FORTRAN programs.
Haskell also appears to have a very interesting form of goto:
https://wiki.haskell.org/Compose#Using_Cont
With Haskell's advanced type system, could we recreate implicit int/real typing, and perhaps even EQUIVALENCE?
Bonus points for also implementing the ComeFrom interface from Python's comefrom joke package!
That's why Haskell exists. It's the computer scientists' best attempt so far to create a language in which it's impossible to write FORTRAN programs.