is there anywhere that explains core.logic pattern matching well?
I can’t make sense of the zebras example here: https://github.com/swannodette/logic-tutorial
@jeremyraines: Perhaps there's something better, but this might help: http://objectcommando.com/blog/2011/10/13/appendo-the-great/
thanks, I’ll check it out
@jeremyraines: just to be clear, it will help mostly in understanding righto
, not the rest
ok, cool
are the ?-prefixed variables logic variables? Like a named _ ?
They are logic vars there, yes
I think it's just a convention, and they would be vars even without the ?
, but not sure
oh, got it.