> They even reference the same source paper in their descriptions, and it seems > like goto is just the more mature version.
That is true, however, "quirky" produces less code because it simply omits the generated `if error: goto ret` code after every function that can potentially fail. It's a bad solution except for all the others and I'm still proud I came up with it. :P