Functional programming topic

In computer science, functional programming is a programming paradigm where programs are constructed by applying and composing functions. It is a declarative programming paradigm in which function definitions are trees of expressions that map values to other values, rather than a sequence of imperative statements which update the running state of the program.

List Functional programming repositories

Carp

5.4k
Stars
174
Forks
Watchers

A statically typed lisp, without a GC, for real-time applications.

lux

1.6k
Stars
50
Forks
Watchers

The Lux Programming Language

ergonomica

810
Stars
27
Forks
Watchers

🖥️ a cross-platform modern shell.

programming

315
Stars
773
Forks
Watchers

Code a program in a language of your choice.

groovy

5.1k
Stars
1.9k
Forks
Watchers

Apache Groovy: A powerful multi-faceted programming language for the JVM platform

JavaScript-for-Everyone

1.1k
Stars
276
Forks
Watchers

A step by step guide to learn JavaScript and programming. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw

macroid

526
Stars
37
Forks
Watchers

A modular functional UI language for Android

write-you-a-haskell

3.3k
Stars
256
Forks
Watchers

Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun/)

codeworld

1.2k
Stars
192
Forks
Watchers

Educational computer programming environment using Haskell

static-land

770
Stars
40
Forks
Watchers

Specification for common algebraic structures in JavaScript based on Fantasy Land