It is short, well documented (website, manual) and tested.
- Loadable and testable using ASDF
- Variables can be grouped into persistence 'sets' and serialized/deserialized independently.
- Late-binding --- you can load the saved data before you load the code. It'll get hooked up appropriately
- Forgiving of missing variables and changing package names.
For more info see:
- Manual: http://warrenwilkinson.github.com/persistent-variables/
- Homepage: http://warrenwilkinson.ca/persistent-variables
- Git Hub: https://github.com/WarrenWilkinson/persistent-variables
Topics: file format, Text, Warren Wilkinson, CSV