Symbol-Munger
Symbol-Munger is a small library that provides functionality to ease conversion between the same symbol in different environments.

For example, when generating common lisp classes from a database schema, I want to change column names into lisp slot / accessor names, and then later when I am displaying that common lisp slot on the screen I want to display its slot-name as an english column header. (EG: my_db_col > my-db-col > My Db Col)

For more info see:

Git Hub: https://github.com/AccelerationNet/symbol-munger


Topic: AccelerationNet