chickadee » simple-configuration » config-read

config-read port-or-path #!key (eval-config #f)procedure

Reads the configuration from the given port or path. If eval-config is set to #t then the entire config is evaled inside a quasiquote. This means you can do something like this:

  ((some-key ,(+ 10 20))

If you reference the key some-key you will get 30.