Nikhil Akkinikhilakki.in·Apr 20, 2024Understanding Values and Functions in OCamlIntroduction OCaml, a functional programming language from the ML family, offers a rich environment for developers to express algorithms elegantly and succinctly. Its design emphasizes safety and efficiency, featuring a powerful type system and autom...26 readsOCamlvalues-and-functinos
Nicolas Fränkelfrankel.hashnode.dev·Aug 1, 2022On cosmetics vs. intrinsics in programmingA ruthless battle occurs every day on the World Wide Web. Its goal is to decide which programming flavor is the best: OOP or FP? I assume that imperative and procedural programming are not part of the contenders. Arguments range from the factual to t...29 readsprogramming languages
Rivu Chakrabortyrivuchk.hashnode.dev·May 13, 2019Writing Android UI Code in Jetpack ComposeNote: This article was published back in May, 2019, just after Jetpack Compose got announced in Google IO. A lot changed since then, including all the APIs discussed here. And you no longer need to fork AOSP, just to use Compose. During Google IO 201...Android
Rivu Chakrabortyrivuchk.hashnode.dev·Mar 24, 2019Basics of Functional Programming with Kotlin (1 of 3)So you're interested in functional programming and want to learn it, great. In case you are still confused about whether to use/learn functional programming or not and what benefits it'll serve to you / your performance overall, then let's get it sor...FP