Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).