Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pravda-lang/pravda

A functional programming language that best of both worlds between Haskell and Lisp
https://github.com/pravda-lang/pravda

functional-paradigm haskell interpreter lisp pravda programming-language

Last synced: 3 months ago
JSON representation

A functional programming language that best of both worlds between Haskell and Lisp

Awesome Lists containing this project

README

        

# Pravda
A functional programming language that best of both worlds between Haskell and Lisp.

This project is still developing in the middle.
We look forward to seeing your contribute!

Usage is you can see in the [Document](https://pravda-lang.github.io/document/)

## Install

You can enter below command on your shell to install Pravda.
```sh
rade install pravda
```
Installing rade is here: https://github.com/rade-package-manager/rade-package-manager

Or, It's okay to install Pravda by dilect clone and build this repository.