adhearn comments on Replace the Symbol with the Substance - Less Wrong

34 Post author: Eliezer_Yudkowsky 16 February 2008 06:12PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (15)

Sort By: Old

You are viewing a single comment's thread. Show more comments above.

Comment author: dlthomas 02 March 2011 05:28:34AM *  2 points [-]

Replacing the symbol with what it signifies? In CS terms, this is "beta reduction", no?

Comment author: adhearn 27 March 2012 03:52:18PM 1 point [-]

An interesting analogy. Extending that, what we want to explicitly avoid is simple alpha reduction (where we simply replace one variable with another (unbound) variable). Extending the analogy to cover eta reduction is probably a bit of a stretch, or at least I can't see a meaningful way to do so.