The next time I hear some idiot say ``an array is just a pointer'' I'm going to write an OS in Haskell and remotely install it on their computer.
Name:
Anonymous2015-09-14 4:56
is Defer in Golang just a goto that goes up, and makes it hard to reason about the prog? In fact pretty much everything is just a goto. Break is a goto, return is a goto, continue is a goto, exit is a goto, exceptions are intraprocedural gotos or COMEFROMS, traps are gotos, HALT is a goto...