top | item 34948413

(no title)

rmckayfleming | 3 years ago

This is one of those problems that Tail Call Elimination cleanly addresses. The "obvious" approach to writing an FSM does exactly what you'd expect.

discuss

order

dcow|3 years ago

Not if you don't know how to write in only tail calls. Try explaining tail call elimination to one of these programmers learning how to write a state machine (=

DonHopkins|3 years ago

Gotos are great approach for writing a Flying Spaghetti Monster!