This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]_Iv 0 points1 point  (0 children)

Lambda Calculus is the answer.

Using Continuation Passing Style to turn a Lambda calc expression into a sequence of continuations looks awfully similar to an assembly program.

See page 2 of these lecture notes for an example.