Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
q-big
on June 11, 2021
|
parent
|
context
|
favorite
| on:
Fitting a FORTH in 512 bytes
> Probably why the stack based turing machine is academically important.
A Turing machine is not stack-based, but tape-based. A pushdown automaton (PDA) is stack-based.
bear8642
on June 12, 2021
|
next
[–]
Although turing machine tape emulatable via 2 stacks
imode
on June 11, 2021
|
prev
[–]
Two stacks make an automaton Turing Complete. Which is an interesting result.
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
A Turing machine is not stack-based, but tape-based. A pushdown automaton (PDA) is stack-based.