Y
Hacker News
new
|
ask
|
show
|
jobs
by
tromp
1543 days ago
A simple Brankfuck interpreter in Haskell using state monads may be found at
https://tromp.github.io/cl/Binary_lambda_calculus.html#Brain...
1 comments
dllthomas
1543 days ago
Yeah, for something where changes are local like that, using two stacks for your tape makes a lot of sense.
link