ocaml.org icon indicating copy to clipboard operation
ocaml.org copied to clipboard

[Tutorial] Turn Loops and Recursion into Recursion only

Open cuihtlauac opened this issue 1 year ago • 2 comments

  • [ ] Move imperative & mutability related content to dedicated content
  • [ ] Make it a recursion centered tutorial
  • [ ] Properly introduce mutually recursive types and functions
  • [ ] Tail recursion and tail recursion modulo
  • [ ] Higher-Order iterators: map, fold, unfold, bind, app
  • [ ] Non structural recursion (Ackermann or Syracuse)
  • [ ] Infinite loops as recursion w/o memory leaks
  • [ ] Recursion on sequences
  • [ ] Standalone, short and executable examples

cuihtlauac avatar Feb 22 '24 13:02 cuihtlauac

@SaySayo i would love to work on this task

Dev-JoyA avatar Mar 07 '24 19:03 Dev-JoyA

You can go ahead. Let me know if you need any clarification.

SaySayo avatar Mar 08 '24 11:03 SaySayo