|
My particular interest is representing and comparing file name like things. I would love to be able to express a partial ordering on names based on matching a prefix. A nice way to do that is explode the name into a list and then compare leading elements. That is, however, not very datalog-ish, but mangle might be extended enough for that to work; I can't quite tell. |
Answered by
burakemir
Sep 30, 2025
Replies: 3 comments 1 reply
|
This exists. Sorry again about the lack of documentation. Try Here is an example interpreter session: |
0 replies
Answer selected by
tdunning
|
This looks like 80% of a pull request for the docs. Where should it go? |
1 reply
|
Is there a convention for the implementation of the built-in functions like javadoc or doctest? That would be a clean way to get a list. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This exists. Sorry again about the lack of documentation. Try
fn:name:listandfn:list:getHere is an example interpreter session: