|
|
|
|
|
by dunk010
1020 days ago
|
|
The point is that the config gets more and more complex, requiring more and more features, until you get a rather ugly turing-complete programming language. And the further point is that with Lisp, you don't need any of that. Code is data. Data is code. |
|
If possible I'd rather examine why people need so many config options, and design from the start so that things don't need to be manually configured as much.
If a turning complete config really is the way to go, I'd rather just use JS or Python, not something metaprogramming focused that just invites and almost requires building more layers on top to do real programming.