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

Lisp is SHIT

Name: Anonymous 2011-12-07 13:05

Give me three good reasons to use Lisp or Scheme instead of C++

Name: F r o z e n V o i d !!mJCwdV5J0Xy2A21 2011-12-09 10:20

>>75
If performance was not a concern, like in some toy programs and test apps, i'd happily use malloc(and i use it when its convenient).
However theoretical performance of each malloc call is inferior to statically allocated arrays of bytes, this is easily noticable with many such calls, typically malloc inside a loop. When i'm optimizing an algorithm which uses malloc intensively, first thing i'll do is to remove malloc entirely, even if the static version seems more bloated.

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