0.7.4.32:
authorWilliam Harold Newman <william.newman@airmail.net>
Fri, 14 Jun 2002 18:26:27 +0000 (18:26 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Fri, 14 Jun 2002 18:26:27 +0000 (18:26 +0000)
commit61c887e5ef27d87ba8fa844d5ff8a6c946cccef0
tree91c2a40277a920332330b71d9f304120ab39f07d
parent35fecfc13c93b85d30a23375ca2850cbbf4a923e
0.7.4.32:
pure lossage: Only an elite few languages limit their built-in
"vector" abstraction to short fixed lengths, but Common
Lisp is one of them, so in order to use vectors in
GENESIS with OpenMCL as xc host, we get to roll our own
implementation of longer vectors. (and fair warning: If
in the next few months anyone dares to suggest a
correlation between Lisp and "the Right Thing" and I
don't detect enough sarcasm to stun a Cape Buffalo at
fifty paces, I plan to kick him until I feel better.)
But on what some might consider to be the plus side,
this is a case where it's easy to keep the
comment-to-code ratio around 1:1...
src/compiler/generic/genesis.lisp
version.lisp-expr