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

Arrays proven once again the ultimate data structure

Name: Anonymous 2016-08-24 9:33

https://jackmott.github.io/programming/2016/08/20/when-bigo-foolsya.html
Bonus:For loops are faster by considerable margin than everything else.

Name: Anonymous 2016-08-24 19:38

Lambda calculus is of limited relevance to practical programming, since it has no notion of I/O, nor does it address the physical realities of data storage (e.g. you might call a variable "A", but that variable is just an idea, the actual data might be in a CPU register at one point, in RAM at another, and on the disk at another point). Assembly can be useful to programmers, depending on their area of work. If you work exclusively in very high-level abstract languages, you might not have much use for it, but if doing reverse-engineering or writing software for embedded systems it's pretty important.

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