Replies: 1 comment 1 reply
-
Yes, but it can be important to know exactly which file it was that was loaded into the sysout. Did I load |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
it is a general problem that Medley uses full pathnames in LOADEDFILELST and other places that ties a file to the local naming conventions.
I'm thinking of a kind of "abbreviation" device so that {MEDLEY}/lispusers could/would be used instead of {DSK}larry>ilisp>medley>lispusers> everywhere -- it would need to tie into the many different paths for file-name hacking to return {medley}blah instead of {DSK}. (Or maybe just never traffic in {DSK} files and always make them relative to {MEDLEY} or {MAIKO} or {HOME} or {LOGIN} ?
The DSK.c and DIR.c code is pretty opaque. I don't like making this automatic for all environment variables (or ones ending in ... DIR.
One convention I've seen is the idea of using punctuation {$MEDLEY} means look up MEDLEYDIR.
Beta Was this translation helpful? Give feedback.
All reactions