Y
Hacker News
new
|
ask
|
show
|
jobs
by
monlockandkey
948 days ago
Is there an equivalent Python library to model these rules?
3 comments
Qem
948 days ago
https://pypi.org/project/pyDatalog/
link
efferifick
948 days ago
I recommend `egglog` which is Datalog + Equality Saturation. It has python bindings and has allowed me to optimize programs in a custom programming language.
https://egg-smol-python.readthedocs.io/en/latest/
link
gieksosz
948 days ago
you can try this:
https://github.com/yuce/pyswip
link