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

Compilation Speed

Name: Anonymous 2011-02-16 21:14

I have this code:
http://rghost.net/4410616

And it kills SBCL. But if I replace my-lst with

(defmacro my-lst (&rest xs)
  `(list ,@xs))

it compiles much faster.

Name: Anonymous 2011-02-17 12:10

>>6
compile your code first then run it.
Java also compiles code, but compilation speed isnt a problem, because that has JIT and knows about "Hot Spots". This leads to conlusion, that from perfomance point Java superior.

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