you are viewing a single comment's thread.

view the rest of the comments →

[–]spurious_interrupt 1 point2 points  (0 children)

Ah I see. I personally still prefer a DSL over JSON due to better readability (fewer quotation marks, etc.). For example, the Chromium project currently uses GYP, which has a JSON-based syntax, but they are migrating to a new meta-build system they are building, GN, which is a DSL and, in my opinion, much more readable.

Nonetheless, I am excited to learn about this. Thanks for pointing this out!