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

Haskell

Name: Anonymous 2014-02-18 12:34

Fuck, I've recently realized that Haskell can't even support the definition of an array. It only does this by foreign interfacing with C, with things like
foreign import ccall unsafe "memcpy"
   memcpy_ba_ptr :: MutableByteArray# RealWorld -> Ptr a -> CSize -> IO (Ptr ())

(taken from the source of "array" from Hackage)

Please forgive me for all my posts on this forum where I've defended Haskell as if it's a good language. Unfortunately, despite its good type system and syntax it's just ab absolutely impractical and immature shitpile of a language.

Name: Anonymous 2014-02-20 2:47

>>5
calling out to C is one of the most important things a high level language not based on the JVM needs to do.
Since JNI exists, that statement even applies to JVM languages.

>>13
le heterophile sage

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