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

Pages: 1-

How I Start: Haskal

Name: Anonymous 2014-11-17 18:39

http://howistart.org/posts/haskell/1

Lispersss are not allowed..

Name: Anonymous 2014-11-17 18:55

AHAHAH U MAD HUSKEL NERD HAHAHAHAHAHHAHAHAHHAHAH LISP IS FOR NON-VIRGINS LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOL LOOK AT TWITTER, ALL THE FEMINISTS USE HUSKELL LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOL U MAD

Name: Anonymous 2014-11-17 18:59

>>2
I am a virgin and I use Lisp and Haskell.

Name: Anonymous 2014-11-17 19:13

>>3

No, you cant write Lisp.

Name: Anonymous 2014-11-17 19:30

What we're going to make

We're going to write a little csv parser the boringest program in the world for some baseball data the boringest data in the world.

Name: Anonymous 2014-11-17 19:32

>>5 challenge accepted.

But I dont know what is baseball.

Name: Anonymous 2014-11-17 19:34

>>6
it's the boringest ball in the world

Name: Anonymous 2014-11-17 19:35

>>7

Still dont know what is it. There is no ball in Uganda. Sometimes we play cricket with out dicks and rocks.

Name: Anonymous 2014-11-17 20:24

>>8
But black people have tiny, baby dicks. Ain't no way you could play cricket with your baby dick.

Name: Anonymous 2014-11-17 20:49

C:

int putit = (d > 0);

d1 = dig / 1000;
dig -= d1 * 1000;
putit |= (d1 > 0);
if (putit)
*cp++ = (char) (d1 + '0');
d1 = dig / 100;
dig -= d1 * 100;
putit |= (d1 > 0);
if (putit)
*cp++ = (char) (d1 + '0');
d1 = dig / 10;
dig -= d1 * 10;
putit |= (d1 > 0);
if (putit)
*cp++ = (char) (d1 + '0');
*cp++ = (char) (dig + '0');


Huskull:

map (chr . (+) (ord '0')) . dropWhile (== 0) . evalState $ do
a <- state $ flip divMod 1000
b <- state $ flip divMod 100
c <- state $ flip divMod 10
d <- get
return $ [a, b, c, d]


C is useless.

Name: Anonymous 2014-11-17 23:46

>>6

BaseBall is a parent class of a DerivedBall
hax my anus, I dare you

Name: Anonymous 2014-11-18 2:03

>>1
But Lisp and Haskell aren't mutually exclusive.

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