[racket] Help On User Libraries - The Basics
Ray Racine wrote at 08/21/2011 12:23 PM:
> The goal is to write a few common utility / library code that I
> frequently reuse in various projects.
>
> First question, are "collections" the way to do this?
Some people do it with collections and the "PLTCOLLECTS" environment
variable.
Some people just put everything in one big directory tree and use
relative pathnames in their "require"s.
Some people do it with PLaneT development links. This is what I do now
for personal work. One side effect of this is that it's that much
easier to move the libraries to the public PLaneT repository someday.
--
http://www.neilvandyke.org/