Closed mpyw closed 7 years ago
Sorry for the wait, I'm not having much time for this project.
Your example could have been implemented in other ways but this looks ok to me. Macros generally do look odd because nearly every self hosted language feature is a corner case of the host language, with the exception of really simple syntax sugar scenarios.
👍
I have implemented anonymous recursion like this.
Source
Compiled
Result
However, it looks odd a little. Are there any better ways?