how does a functional language implement repetition
Answers
Answered by
0
Answer:
2 Functional Languages
2 Functional LanguagesRepetition is expressed as recursion rather than iteration. Functions are first class objects. I.e. functions can be manipulated just as easily as integers, floats, etc.
Answered by
1
Answer:
Repetition is expressed as recursion rather than iteration. Functions are first class objects. I.e. functions can be manipulated just as easily as integers, floats, etc.
Similar questions