lisp-project-of-the-day icon indicating copy to clipboard operation
lisp-project-of-the-day copied to clipboard

chameleon

Open utterances-bot opened this issue 5 years ago • 2 comments

chameleon

https://40ants.com/lisp-project-of-the-day/2020/07/0127-chameleon.html

utterances-bot avatar Jul 12 '20 08:07 utterances-bot

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)

vindarel avatar Jul 12 '20 08:07 vindarel

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? :-)

sheepduke avatar Jan 07 '22 14:01 sheepduke