functional programming - What is Lambda definability? -


while reading lambda calculus, came across word lambda definability. can please explain couldn't find resources on that.

thanks

see church-turing thesis, lambda-definable functions (from church) give "effectively computable" functions. turing showed programs implementable on turing machine equivalent lambda-definable functions.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -