Author: Roman.PerepelitsaRoman.Perepelitsa Date: Jul 3, 2007 02:54
"Sergey P. Derevyago" iobox.com> wrote:
> A true recursive function gets inlined?!
> If you want to talk about programming, please be sure the have the
> necessary background knowledge.
Why not?
((lambda (a) (a a))(lambda (a) (a a)))
Also see http://en.wikipedia.org/wiki/Lambda_calculus#Recursion. All
lambda functions can be obviously inlined, hence we have recursive
function which can be inlined.
Roman Perepelitsa
|