Results 245 comments of nomennescio

I know, but that could be currently solved if `ERROR:` were to record the location indirectly. Similarly, `throw` could do so. I think both would require to run at parse...

I can imagine your viewpoint. Version 5 version bump might be most appropriate, this is more like a premature contract while keeping all options open and staying at version 4,...

Made the code change less intrusive, with the same result.

> Would you like this merged while you are also considering what other changes are needed? Yes please. It doesn't break existing code, and we can still change it later,...

Graphs and graph algorithms. Syntax supporting easy graph literals (hashsets of nested hashsets is not easy).

Skiplist are useful in their own right. I've written some implementations, and they used to speed up many "bookkeeping" with symbol tables etc, Skiplists with a double linked list are...

(abstract) trees and tree algorithms. Syntax supporting easy tree literals, indepedent of implementation details of data structures

Finding factor might be an issue, as I also shared on Discord; there is a factor.exe in my path, which is from the GNU coreutils, but Factor itself is not...

Can it be related to that I started Factor from Cygwin Bash? Maybe using the C libary is then using the wrong path separators when opening an external file? I...