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

Lisp is shit and Lisp users are faggots

Name: Anonymous 2014-05-29 3:13

Anyone who has the gall to say that Lisp is in the same league as C should be shot in between the eyes.

Lisp is an unusable piece of crap with absolutely no use in real life whatsoever. Oh, except for Ganoo /g/eemaks. Yeah, have fun sucking on Stallman's toejam, queers.

Lisp coders are unmitigated faggots no better than the optimahzin mah cloud apes crowd.

By the way, Lisp faggots, did you know that Lisp is so shitty that reddit, yes, reddit, of all people, stopped using it for their back-end because the code written with it was an unmaintainable shitpie and switched to Python?

Name: Anonymous 2014-05-29 18:55

>>8

Do you guys recommend Haskell for learning?
learning what?

how fast is Haskell?
Haskell uses call-by-name evaluation strategy, which is slow and unpredictable. Haskell discourages side effects, so a lot of call-by-name call-sites can be memoized. Still memoization requires additional memory, eats CPU caches and when you use monads, memoization simply won't work, so common a Haskell bug is text popping on screen, long after you issued any display commands, while you will keep wondering what part of your code produced this crazy-lazy shit.

Haskell uses type tags (dynamic typing) to differentiate between fixnums and bignums, so all arithmetic operations will have to check tags. This alone sets Haskell's performance to the level of JavaScript.

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