On Sun, Apr 24, 2011 at 8:57 PM, Neil Van Dyke <[email protected]> wrote: > If, at the time this new "assq" makes it into a Racket release, the new > "assq" turns out to be significantly slower than the old C one, can the old > one ("kernel:assq"?) be exposed for programs to call directly?
#lang racket (require (prefix-in kern: '#%kernel)) kern:assq -- sam th [email protected] _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

