Explore >> Select a destination


You are here

blog.bittersweetryan.com
| | perfdynamics.blogspot.com
2.3 parsecs away

Travel
| | Functional equation question seen on Twitter : This is my general solution, computed in Mathematica: a functional programming language. S...
| | www.bennadel.com
1.9 parsecs away

Travel
| | Ben Nadel looks at looping over the Arguments collection using ColdFusion 10's new functional programming methods, arrayEach() and structEach().
| | www.binovarghese.com
2.9 parsecs away

Travel
| | A higher order function is a function that takes one or more functions as arguments, or returns a function as its result.
| | kuruczgy.com
19.8 parsecs away

Travel
| [AI summary] The article explores the intersection of functional programming and logic through the lens of dependent types. It begins with foundational concepts like type constructors and inductive types, then delves into the Curry-Howard isomorphism, which links programs to mathematical proofs. The discussion covers how types represent propositions, functions as implications, and inductive types as proof strategies. Examples include defining logical relations like less than or equal to and equality, and demonstrating how to prove properties like universal quantification and mathematical identities. The article concludes with an overview of resources for further study in proof assistants like Coq and Idris, emphasizing the practical applications of dependent...