Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emptywork/functional-programming
General purpose repository for learning purely-function languages.
https://github.com/emptywork/functional-programming
functional functional-programming general-purpose haskell haskell-learning purely-functional purescript
Last synced: about 1 month ago
JSON representation
General purpose repository for learning purely-function languages.
- Host: GitHub
- URL: https://github.com/emptywork/functional-programming
- Owner: EmptyWork
- Created: 2021-11-26T03:49:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T23:37:47.000Z (about 2 years ago)
- Last Synced: 2023-03-06T08:42:26.698Z (almost 2 years ago)
- Topics: functional, functional-programming, general-purpose, haskell, haskell-learning, purely-functional, purescript
- Language: Haskell
- Homepage:
- Size: 147 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Purely-functional Languages
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).
## Haskell
[Haskell](https://www.haskell.org/) is purely-functional language that created using [C lang](https:://c-lang.com).
## Purescript
[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).