Fork me on GitHub
#datascript
<
2018-01-07
>
Drew Verlee19:01:39

are there any libs, tools for visualizing datascript data? I’m thinking as a csv, html, delimiter seperated data, etc.. I want to be able to get a list of facts and turn them into something like a table i can display. For example, in the terminal

(display data)
=> ("name | age\n"joe | 1")

Drew Verlee19:01:09

is there a way to return values where the key is included? Might not be necessary for what i want todo, but helps to easily have the option.

foobar20:01:48

Why does (contains? ?some-set-attr ?member-of-set) return false, example above

foobar21:01:02

Turns out putting the conditional last works