|
|
|
|
|
by Sean-Der
4444 days ago
|
|
In some cases it makes more sense to store things as an a-list. A good example would be simple key->value pairs. When working with Hunchentoot it represents HTTP Headers and form POSTs as a-lists. It would be easier to use a hash table though. |
|