reverendpaco

Results 3 issues of reverendpaco

I am using get_env() to read a config file (i.e. [app_env]). If I change the configuration file, is there an API I can use to tell gproc to reload this...

You write: "Note that for code block captures, the Nim code gets executed during parsing, even if the match is part of a pattern that fails and is later backtracked."...

The SWIPL version of CHR allows me to create complex types via functors. The simplest example: color(C), model(M), vin(V) car(color(C), model(M), vin(V)) Is this something worth pursuing?