lisp-project-of-the-day
lisp-project-of-the-day copied to clipboard
chameleon
Hello, there's of course a Fukamachi lib: https://github.com/fukamachi/envy
https://www.reddit.com/r/lisp/comments/csc8zo/chameleon_configuration_manager_with_profile/
(https://github.com/CodyReichert/awesome-cl#configuration)
I have published v2.0.0 version that:
- Re-implement the logic with CLOS (instead of hash table) and refined generated code.
- Generate variable profile to store current profile.
- Generate function switch-profile for switching profile.
- Stop generating active-profile and profiles.
Probably it is time to update this post? :-)