-
|
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. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
This exists. Sorry again about the lack of documentation. Try Here is an example interpreter session: |
Beta Was this translation helpful? Give feedback.
-
|
This looks like 80% of a pull request for the docs. Where should it go? |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
This exists. Sorry again about the lack of documentation. Try
fn:name:listandfn:list:getHere is an example interpreter session: