A course on functional programming using JavaScript.
Tag: functionalProgramming
Elegant error handling with the JavaScript Either Monad
create-interface – npm
Create custom elements for declarative and functional programming
β Read on www.npmjs.com/package/create-interface
So you still don’t understand Hindley-Milner?
So you still don’t understand the Hindley-Milner type system? Part 1 of a 3 part blog post on the type inference system used by most functional programming languages. akgupta.ca/blog/2013/05/14/so-you-still-dont-understand-hindley-milner/
Write You a Haskell ( Stephen Diehl )
Write You a Haskell ( Stephen Diehl )
A half finished book on writing your own strictly typed functional programming language.
Getting started with fp-ts: Applicative
Getting started with fp-ts: Applicative – DEV Community π©βπ»π¨βπ»
β Read on dev.to/gcanti/getting-started-with-fp-ts-applicative-1kb3
Lys-lang: a ridiculously long and complex side project | Agustin Mendez
Lys: A language that compiles to WebAssembly
β Read on menduz.com/posts/lys-language-project/
fp-ts: Category
Getting started with fp-ts: Category dev.to/gcanti/getting-started-with-fp-ts-category-4c9a
A WebAssembly backend for OCaml β Sander Spies β Medium
This article was made a lot better with feedback from Cristiano Calcagno, Simon Fowler, and Thomas Barras. In recent years JavaScript has become a compilation target for many languages. Evenβ¦
β Read on medium.com/@sanderspies/a-webassembly-backend-for-ocaml-b78e7eeea9d5
Purify – Functional programming library for TypeScript
Purify is a library for functional programming in TypeScript. It’s purpose is to allow developers to use popular patterns and abstractions that are available in most functional languages. It is alsoFantasy Land conformant.