|
|
|
|
|
by skywhopper
4453 days ago
|
|
Using DSLs for configuration can be incredibly useful: allowing a single "config file" to respond to its environment and work differently in different contexts. Of course at some point, you're just calling your program your config file. But don't tell Emacs users that config files can't be turing-complete. |
|
I'll also say it's a horrible idea to make your "config" files a programming language.
Overall though its hard to argue it doesn't do the job.