Arc Forumnew | comments | leaders | submitlogin
2 points by randallsquared 6076 days ago | link | parent

Ah, so rfn is short for 'recursive fn'.


2 points by kennytilton 6076 days ago | link

Looks that way. :) This is why I think arc.arc should look like: (mac rfn yadda yada "Recursive FN: an anonymous function that can call itself" ...implementation...) FYI, CL is funny, both flet and labels elt us give names to loacl functions, but only those declared with labels can be called recursively. I wonder why flet got kept, backwards compatibility?

-----

2 points by randallsquared 6076 days ago | link

Well, as you know, there's a LOT of that in CL. CL is the PHP of lisps. :)

-----