Yes, I have, but samples for this would be great, thanks!
(d/q '{:find [?barr ?qux]
:in [$ ?foo]
:where [[?foo :foo/bar ?bar]
[?bar :bar/baz ?baz]]}
db)
To view this discussion on the web visit https://groups.google.com/d/msgid/cursive/etPan.5938d31d.4d0078fb.18b6%40cursive-ide.com.
One question - how common is it to compose queries from sub-parts in separate data structures?
To unsubscribe from this group and stop receiving emails from it, send an email to cursive+unsubscribe@googlegroups.com.
To post to this group, send email to cur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cursive/CAHj4K5o4F8sxWaWGt3ySHs6D_F79Fifcje%3DEDomr-RE3vFGo5Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Cursive" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cursive+unsubscribe@googlegroups.com.
To post to this group, send email to cur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cursive/etPan.5938d31d.4d0078fb.18b6%40cursive-ide.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Cursive" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cursive+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cursive/CAHj4K5pYj20JF9f4nBdNrHGu8R%3DUJBdPkUe%3DEAuCsWZ%2BP8Ut4A%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to cursive+unsubscribe@googlegroups.com.
To post to this group, send email to cur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cursive/ad7bba4b-38b2-440f-abab-691baf9cc755%40googlegroups.com.
Thanks Timothy, that’s good to know. That makes this easier.
Right, Cursive will now let you say “this macro resolves like let” (see here). I’m planning to extend the UI to allow any form to be resolved like any other - currently you can achieve that by hacking config files, but it’s not optimal.
I also have a long-term plan to have an API that will allow anyone to contribute support for these forms, but it’s proving elusive.