
Hi David, Thank you for the reference. The problem with this attitude is that the configuration structure is static. I would like to be able to construct the record structure dynamically from the configuration file.. Yoel David Menendez wrote:
Yoel Jacobsen writes:
It seems that Martin Fowler's article "Language Workbenches: The killer-App for Domain Specific Languages?" - http://www.martinfowler.com/articles/languageWorkbench.html - has generated some nice dynamic solution where a configuration file is written in the same language as the program. Notable examples are lisp
-
http://lispm.dyndns.org/news?ID=NEWS-2005-07-08-1 and python -
http://billionairebusinessman.blogspot.com/2005/09/drop-that-schema-and- put-your-hands-in.html
Have you investigated hs-plugins? One of the examples for "Plugging Haskell In"[1] is using Haskell as a configuration language.