Hacker News new | ask | show | jobs
by monlockandkey 948 days ago
Is there an equivalent Python library to model these rules?
3 comments

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/