Fork me on GitHub
#clara
<
2015-12-25
>
devn04:12:09

Is it possible to do something like this in Clara? Cheese( $chedddar : name == "cheddar" ) I find myself doing a lot of:

[Foo (= ?x x) (= x "bar")]
Am I missing something, or is there a way to do both binding and equality in one go?

devn04:12:15

In general, I think a blurb about this would be a good documentation addition. [Foo (= 2 ?bar bar)] is different from [Foo (= ?bar bar 2)]

devn04:12:40

And, the wiki documentation still references == in some places.

devn04:12:55

./cc @ryanbrush -- also, happy holidays simple_smile