logoalt Hacker News

PunchyHamsteryesterday at 8:08 PM3 repliesview on HN

I haven't really seen program go back from "a programming language" to a simple config format.


Replies

rdtscyesterday at 8:14 PM

Python setup.py -> pyproject.toml? Make -> ninja. eBPF kernel modules from C to a custom language. Helm Go templates -> Kustomize.

I am sure there are other projects picking up json from a previous xml + xpath + other ...xml junk.

show 4 replies
zetanoryesterday at 10:00 PM

WirePlumber switched its config from Lua to a JSON variant not so long ago.

serfyesterday at 8:11 PM

there's a rare form of that where it goes from( simple -> programming language -> language with DSL support -> simple dsl ) ; emacs has followed this model a bit.