Nikhil Akkinikhilakki.in·Jul 26, 2024Mastering Higher Order Functions in OCaml: A Deep DiveIntroduction Higher Order Functions (HOFs) are a cornerstone of functional programming, and OCaml, as a multi-paradigm language with strong functional capabilities, provides excellent support for them. These functions, which can accept other function...32 readsOCamlocaml
Nikhil Akkinikhilakki.in·Jul 20, 2024Dreaming in OCaml: Exploring the Power of Dream Web FrameworkDream is a lightweight, high-performance web framework for OCaml that aims to simplify web development while leveraging the language's strong type system and functional programming paradigm. Developed by Anton Bachin, Dream provides a cohesive set of...170 readsOCamldream-web-framework
Nikhil Akkinikhilakki.in·Jun 8, 2024Exploring Lists in OCaml: A Pocket GuideIntroduction Lists are a fundamental data structure in OCaml, embodying the language's strengths in functional programming. A list in OCaml is an ordered sequence of elements, where each element must be of the same type. From beginners exploring basi...1 likeOCamllists-in-ocaml