Hacker News new | past | comments | ask | show | jobs | submit login

Your intuition is right but _every_ expression is bound by a variable in this representation.



Ah, ok. I hadn't gotten to that part yet. Would it make sense to change the general definition to "expressions" since that would be the correct definition for Julia code as well as the Jules IR format?


This may require more thinking on our end but the way we design Jules is the usual SSA form. The idea being it's easier to reason about it (and prove things) when every expression has a name. It's a bit of cheating of course but makes our life easier. We don't discuss how surface Julia (or subset of it), which is more expression-oriented, can be translated to Jules, because we have only so many pages, and also it's not all that interesting, I think.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: