core-logic

branch14 2023-08-22T07:59:55.898379Z

Is it idiomatic to use featurec to "destructure" values from deeply nested data structures to "store" them in lvars so they can be used in other goals?

Jan K 2023-08-22T10:58:13.076489Z

@branch14 I don't think there are many well-developed idioms in core.logic programming. In my experience I found it better to avoid maps inside of the core.logic part of my programs, and instead translating to/from relations on the edges, but do whatever works for you.