On Thursday, 14 March 2024 at 14:23:36 UTC, Inkrementator wrote:
Having used djinn, it is "mostly unmaintained" because it is feature complete. It addresses your criticisms while potentially introducing new problems. It is very simple and the documentation is complete (due to the simplicity). It is easy to get into, because it just allows you to insert D code into textfiles. So constructs like foreach are a given, no need for subcontexts.
good point; I think for my use case makes sense to use it, will give a try. Thanks!