I use JSON for that purpose. Then it's a tree of nested dictionaries. No more than two levels though. You could also use STON. I know you asked for a framework, but unless you need something very specific, JSON is, IMO, the simplest thing that could possibly work. Esteban A. Maringolo 2014-11-04 13:15 GMT-03:00 Damien Cassou <damien.cassou@gmail.com>:
Hi,
I need a framework that will help me make my application configurable. This framework must save and load the application's configuration to/from a file. I'm not happy with the System-Settings framework (that I'm currently using for the Pharo Launcher) that saves executable code because, when the application evolves, the old code in the configuration file might not work with the new application.
Is there something around already?
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill