Hacker News new | ask | show | jobs
by harshreality 5098 days ago
I think the configuration language will eventually have to be reworked to address some of the issues with magical ordering and unintuitive behavior. Making the configuration language lua, for instance, would be a huge step forward, because many complex configs already use the lua 3rd party module.

In addition to "location" eval order, "If" statements are another common gotcha.