Skip to content

Commit a330f33

Browse files
committed
Update README.md
1 parent 1e8ba9f commit a330f33

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1-
# Functional Programming
1+
# Purely-functional Languages
22

3-
[Functional programming](https://en.wikipedia.org/wiki/Functional_programming) are paradigm where programs are coded with **functions-first approach**.
3+
This repository are meant to contains any `purely-functional language`, right now it only contains 2 purely-functional language: [Haskell](https://www.haskell.org/) and [Purescript](https://purescript.org).
4+
5+
## Haskell
6+
7+
[Haskell](https://www.haskell.org/) is purely-functional language that created using [C lang](https:://c-lang.com).
8+
9+
## Purescript
10+
11+
[Purescript](https://purescript.org) is purely-functional language that was inspired by [Haskell](https://www.haskell.org/) and [Javascript](https://www.ecma-international.org/), the way purescript works is by converting any `purs` into `js` file, either by using [spago](https://www.npmjs.com/package/spago) or [bower](https://www.npmjs.com/package/bower) with its buildtool called [pulp](https://www.npmjs.com/package/pulp/v/3.2.2).

0 commit comments

Comments
 (0)