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

Pages: 1-

cant get dubz

Name: Anonymous 2014-10-31 14:34

Error: This thread is too old. You can't reply anymore.

wtf is this shit

Name: Anonymous 2014-10-31 15:03

Even worserer, there are EXCEPTIONS.

Name: Anonymous 2014-10-31 16:39

I was going to enjoy some necrophiliac magic experience, but my advances towards the vintage thread I have so delightfully excavated were turned down.

Name: Carl H Programming 2014-11-01 0:44

>>3
ive experienced this suffering also

Name: Anonymous 2014-11-06 22:23

Not getting dubs is paradise compared to what you have to go through to get optional and kw-args in Haskell:

http://stackoverflow.com/questions/7781096/is-there-a-better-way-to-have-optional-arguments-in-haskell

Name: Huskellfaggot 2014-11-06 23:24

>>5
Keyword arguments are indeed something missing from haskell. Optional arguments, however, don't play nice with haskell's type system and it functions perfectly without them.

Name: Anonymous 2014-11-06 23:27

>>6
There's at least one thing that doesn't function perfectly without optional arguments: optional arguments.

As a result, Haskell code is full of boilerplate like

boilerFunction = actualFunction defaultArg1 defaultArg2

Name: Anonymous 2014-11-06 23:28

Or even worse:

boilerFunction = \interestingArg1 interestingArg2 -> actualFunction defaultArg1 defaultArg2 interestingArg1 interestingArg2

Name: Anonymous 2014-11-06 23:52

>>7-8
that's just because you read awful haskell

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