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

Pages: 1-

Type

Name: Anonymous 2014-10-02 1:27

Name: Anonymous 2014-10-02 1:35

Just use a language that only has one type like matlab (matrix) or tcl (string).

Name: Anonymous 2014-10-02 1:37

>>2
no wonder matlab is such a piece of shit

Name: Anonymous 2014-10-02 2:39

>>2
Or C (byte).

Name: Anonymous 2014-10-02 5:35

or lambda calculus (functions)

Name: Anonymous 2014-10-02 9:27

Or BBCODE (VIP QUALITY).

Name: Anonymous 2014-10-02 19:22

or python (whitespace)

Name: Anonymous 2014-10-02 19:23

or Java (Object)

Name: Anonymous 2014-10-02 19:26

or lisp (())

Name: Anonymous 2014-10-02 19:27

or haskell (dead dogs)

Name: Anonymous 2014-10-02 19:28

or javascript (every number is a double)

Name: Anonymous 2014-10-02 19:40

>>11
This is one of the reasons you can't do anything useful in JS.

Name: Anonymous 2014-10-02 20:04

>>12
I had to pepper a trivial program with Math.floor(), it was horrible.

I wonder if modern JS is smart enough to realise that it can use ints internally when I do that, or if it mindlessly does expensive floating point division followed by floor().

Name: Anonymous 2014-10-02 21:43

>>13
Confirmed as a codemonkey. You should have used ~~number. Operations that only make sense on integers convert the operands to integers.

I realize that javashit is a rather unpleasant language, but if you are going to use it, then at least take the time to study up on it.

Name: Anonymous 2014-10-03 0:39

>>14
Studying up on js is so unpleasant though.

Name: Anonymous 2014-10-05 18:36

>>14
~~number is the same kind of tryhard faggotry as foo() || die. You are truncating the number to an integer and describing an alternative code path in case foo fails. You are not determining two's complement and the logical OR. So fucking write down what you are actually doing.

Name: Anonymous 2014-10-06 10:31

>>16
foo() or die is an actual idiom while ~~fv is a h4x0r way of converting expressions into line noise. Please know the difference.

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