[plt-scheme] Storage of PlaneT packages

From: Grant Rettke (grettke at acm.org)
Date: Sat Aug 18 12:50:06 EDT 2007

Hi Eliben,

I keep this program around to remind me what goes where.

(require (lib "dirs.ss" "setup") (lib "config.ss" "planet"))
; DrScheme built in collections
(printf "Collects: ~a\n" (find-collects-dir))
; Collections you install manually or develop yourself
(printf "Manually: installed ~a\n" (find-user-collects-dir))
; The Planet cache
(printf "Planet cache: ~a\n" (CACHE-DIR))


Posted on the users mailing list.