Explore >> Select a destination


You are here

www.eclipse.org
| | projects.eclipse.org
2.0 parsecs away

Travel
| | Get involved in Eclipse projects to help contribute to their success. We welcome users and adopters as part of the community.
| | www.eclipse.org
4.2 parsecs away

Travel
| | The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 415 open source projects, including runtimes, tools and frameworks.
| | blogs.eclipse.org
1.7 parsecs away

Travel
| |
| | sookocheff.com
81.5 parsecs away

Travel
| In a purely functional language - like lambda calculus - programs are expressed as nested function calls. Repetition in such an environment requires that nesting of function calls continues until some condition is met. During the repetition, each function passes its result to the next function in the nested chain and this repetition is completed when a test for some condition passes. The repetitive behaviour I've just described is recursion: