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

About LISP

Name: Anonymous 2009-10-26 18:51

I started playing around with some LISP because you faggots never stop talking about its greatness and I'm truly amazed. At how shitty it really is.

A simple loop printing "hello world" eats up 40MB of RAM. And if you start up 10 of them it takes up 400MB. What the fuck?

No wonder no one uses this garbage.

Name: Anonymous 2009-10-27 10:05

CL-USER> (time (loop repeat 1000000 do (progn (format nil "OP is a faggot"))))
Evaluation took:
  3.225 seconds of real time
  3.246455 seconds of total run time (3.186459 user, 0.059996 system)
  [ Run times consist of 0.262 seconds GC time, and 2.985 seconds non-GC time. ]
  100.65% CPU
  5,146,799,916 processor cycles
  576,125,952 bytes consed

NIL
CL-USER> (time (loop repeat 1000000 do (progn #.(format nil "OP is a faggot"))))
Evaluation took:
  0.001 seconds of real time
  0.000000 seconds of total run time (0.000000 user, 0.000000 system)
  0.00% CPU
  2,001,288 processor cycles
  0 bytes consed

NIL

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