At Sat, 16 Oct 2010 11:52:49 -0700, Sam Phillips wrote: > Is there a useful rule of thumb for deciding if a module should be in > the racket > language or the racket/base language?
Use `racket/base' for any library that you intend to give to others. Otherwise, use `racket' if you find it more convenient. _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users