Fork me on GitHub
#core-logic
<
2015-10-27
>
jeremyraines21:10:08

is there anywhere that explains core.logic pattern matching well?

jeremyraines21:10:28

I can’t make sense of the zebras example here: https://github.com/swannodette/logic-tutorial

jeremyraines21:10:03

thanks, I’ll check it out

nberger21:10:45

@jeremyraines: just to be clear, it will help mostly in understanding righto, not the rest

jeremyraines22:10:50

are the ?-prefixed variables logic variables? Like a named _ ?

nberger22:10:16

They are logic vars there, yes

nberger22:10:51

I think it's just a convention, and they would be vars even without the ?, but not sure