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

A Haskell I can get behind

Name: Anonymous 2015-12-27 15:41

Name: Anonymous 2015-12-27 15:50

2007

Name: Anonymous 2015-12-27 16:17

a haskell in every pot everyday

Name: Anonymous 2015-12-27 19:08

Now write Haskell in C macros

Name: Anonymous 2015-12-28 17:13

>>6,7
You are both right girls.

Name: Anonymous 2016-01-03 18:45

>>12
Yes, it works like map(A,func), but that one's for arrays only. How would you go about abstracting it to different collection types like trees and hash-maps? Also is the func just a (void *) pointer, or does its type actually get checked when it's applied to func(A[i])?

Name: Anonymous 2016-01-03 21:42

>>18
Most of method resolution happens at compile time as opposed to C++ where there's a runtime v-table indirection for every virtual call.
No polymorphism, no static linking to binaries. Haskell is garbage.

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