Hacker News new | ask | show | jobs
by pygy_ 4604 days ago
Nice one! I started coding one after writing the above comment.

I have a question regarding your implementation: why do you use `goto`s rather than `elseif` to compile `(cond)` blocks? For nested blocks?

1 comments

Oh I think it it was for the return value of cond.