newLISP Fan Club

Forum => newLISP in the real world => Topic started by: dukester on April 16, 2009, 11:21:01 AM

Title: Where should user-developed modules live?
Post by: dukester on April 16, 2009, 11:21:01 AM
I see that the modules shipped with newLISP live in:



/usr/share/newlisp/modules/...



Should I use the above directory for "contributed" modules or make a home for the in my $HOME? TIA...
Title:
Post by: Lutz on April 18, 2009, 11:14:16 PM
I would probably put them in a directory in my home directory to avoid them getting deleted on a newLISP re/uninstall. If the module is rarely used and rather application specific, I would put in in the applications directory.
Title:
Post by: dukester on April 19, 2009, 06:49:14 AM
Thank you, Lutz....!



Your suggestions make a lot of sense. I'll do so forthwith.