replace DEFINE-MORE-FUN with compiler smarts
commit57c91e4719ca9d0f9b8bef3b713ba40088a275f6
authorNikodemus Siivola <nikodemus@random-state.net>
Sun, 23 Sep 2012 00:47:15 +0000 (23 03:47 +0300)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 23 Sep 2012 01:52:53 +0000 (23 04:52 +0300)
treedcc04f4ee661fd06ee572e6c09298fdb381dd183
parent373df66df093e8c1771069dcc30c2ec32598af6a
replace DEFINE-MORE-FUN with compiler smarts

  Now that the compiler knows how to implement (NTH I REST-ARG) efficiently,
  we don't need to play tricks with &MORE: the compiler does that for us.
src/code/early-extensions.lisp
src/code/numbers.lisp