introspect-environment
introspect-environment copied to clipboard
Re-use some cl-environments tricks?
I've been searching for environment portability libraries with CLtL2 APIs, and found this library and alex-gutev/cl-environments. Seems like cl-environments has a good Allegro/LispWorks support, which might be creatively stolen and integrated into introspect-environment.
I'm opening the issue in this repo and not in cl-environments because there's more recent activity :)
I don't have an allegro or lispworks implementation to test on, but I could put that stuff in, sure.
I made this library quite a while ago and don't much use it myself, so I don't know what the demand is like.
I don't have an allegro or lispworks implementation to test on, but I could put that stuff in, sure.
I have Allegro to test on, especially if there are clear testcases.
I made this library quite a while ago and don't much use it myself, so I don't know what the demand is like.
I don't use it either, was just pre-emptively searching for environment libraries and found only two 🙃