Replies: 1 comment 2 replies
-
Are you asking why we generate executable code within egglog, through rewrites and rules, instead of just extracting the egglog expression, and then translating that to Python code outside of the system? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Saul. Great work!
I'm trying to digest your sklearn NDArray example. I see that you wrote a program_gen.py (which I just got the idea of ). At this point, why not just use a parser to generate the executable code which I think has better ergonomics.
(you could even use a parser for egglog itself. Sorry if I'm missing something obvious.).
Beta Was this translation helpful? Give feedback.
All reactions