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

/prague/ Q&A

Name: Anonymous 2013-11-19 12:18

Ask /prog/ anything.

Although don't expect an answer or even a good one.

Also, keep it /prog/ related.

Name: Anonymous 2013-11-25 0:42

>>58
1. Static analyzer. Put the static analyzer in your makefile to prevent the code from even compiling.
2. By insisting that the code (for a specific program) fully passes static analysis and by 'wiring' the aforementioned static analyzer into the compiler, the compiler should now be able to infer all types in the program.

So in short, dynamic typing is good for shitty and short php scripts that no one cares about, and is bad for everything else.
So in short, static typing is good for shitty and short C programs that no one cares about, and is bad for everything else.

>>59
UTF-8 encodes each of the 1,112,064 code points in the Unicode character set using one to four 8-bit bytes (a group of 8 bits is known as an "octet" in the Unicode Standard). Code points with lower numerical values (i.e. earlier code positions in the Unicode character set, which tend to occur more frequently) are encoded using fewer bytes. The first 128 characters of Unicode, which correspond one-to-one with ASCII, are encoded using a single octet with the same binary value as ASCII, making valid ASCII text valid UTF-8-encoded Unicode as well.

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