Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

C is crap

Name: Anonymous 2015-09-08 21:42

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: Anonymous 2016-08-26 21:02

>>70
TCO transforms it into a loop, which is implemented in machine code with a jump or branch instruction, which is the same as a GOTO.

No. TCO doesn't transform anything into a loop, it transforms a call into a jump. If it's a jump to the current function, that effects a loop. If it's a jump to any other function, it's not a loop.

If you can only transform calls to the current function, your language is SHIT.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List