Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
1718627440
70 days ago
|
parent
|
context
|
favorite
| on:
Writing a C compiler in 500 lines of Python (2023)
What is the benefit over this:
loop: { ...body if (!conditon) goto loop; }
What separates loop syntax from goto is explicit syntax for the condition. When you give that up, why do you have loop at all?
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: