Explore >> Select a destination


You are here

blog.moertel.com
| | www.baturin.org
3.3 parsecs away

Travel
| | [AI summary] This blog post continues an OCaml tutorial by explaining boolean operators, conditional expressions, and detailed strategies for writing recursive functions including tail call optimization.
| | hurryabit.github.io
2.4 parsecs away

Travel
| | I demonstrate how to (ab)use generators to transform any recursive function into an iterative one with nearly zero code changes.
| | chrispenner.ca
1.4 parsecs away

Travel
| | The Personal blog and musings of Chris Penner, a designer, developer and future opsimath.
| | danilafe.com
15.8 parsecs away

Travel
| [AI summary] The blog post explores lambda calculus, its role in computation, and how Church-encoded integers are used to represent natural numbers through abstraction and function application.