- Last update:

Introduction To Functional Programming

What is functional programming, some resources and how to start painlessly

🕒 1 min read

Category: Code

Tags: javascript, code, functional programming, fp

Functional programming is the new hotness... or not

Functional programming, or FP to its friends, is a quite old paradigm, but still very little used. Here are some useful resources to get started with this, easily.

Resources

General

FP with Javascript

Scala

Haskell

Erlang