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

Who needs functional programming...

Name: Anonymous 2015-11-16 6:31

when C has function pointers?

Name: Anonymous 2015-11-21 10:37

>>14
C, Java, and JavaScript
Accurate.

ML: Floats and ints are separate types. Converting an int to a float or vice versa is no different to converting either to a decimal string.

Lisp (Scheme): Floats and ints are part of a tower. They get converted automatically in one direction, so to work exclusively with just one type requires a whole new family of specialised arithmetic functions.

Name: Anonymous 2015-11-21 12:37

>>14
C […]: ``All my language has is floating point numbers. Integers are just a special case of floats.''
What the fuck.

Name: Anonymous 2015-11-21 13:29

>>17
If you are concerned about the accuracy of the statement, consider how the return type changes when introducing a double into an expression otherwise entirely populated with ints.

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