Recursive functions with dynamic names?
Posted: Wed Jun 01, 2005 9:02 am
Is there a way to make a function call itself (recursing) without hard-coding the function name in procedural code?
I do use recursion a fair bit and it would be quite useful when it comes to renaming function etc if I dont have to search+replace for the function calls
I'm almost certain it's not possible although I do recall somebody referring to "dynamically named functions"...
Thanks guys,
-- Tired here at work *yawn*
I do use recursion a fair bit and it would be quite useful when it comes to renaming function etc if I dont have to search+replace for the function calls
I'm almost certain it's not possible although I do recall somebody referring to "dynamically named functions"...
Thanks guys,
-- Tired here at work *yawn*