Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
danblick
on Nov 10, 2016
|
parent
|
context
|
favorite
| on:
Writing Your Own Programming Language
If you were trying to implement a language with assignment statements like:
x := y + z
or
f(y + z)
or
g(f(x, y))
you'd need to be able to evaluate expressions first. Maybe it's just simpler to illustrate a smaller language first?
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: