Hacker News new | ask | show | jobs
by zer 2261 days ago
I use schemy [0] for non trivial config tasks in .NET projects. LISPs in general are well suited for this. Very small implementations are easily done and data is code, it’s pretty great.

Of course, if one has already access to a Python runtime that is probably fine as well.

[0] https://github.com/microsoft/schemy

1 comments

Lisps are great as embedded scripting and configuration languages! Lisp is XML done right.