Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kajizukataichi/pravda

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

dynamic-typing functional functional-paradigm functional-programming functional-programming-language haskell interpreter lambda-functions lisp new-language partial-application pattern-matching programming programming-language programming-languages pure recursion rust s-expressions

Last synced: about 1 month 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://github.com/KajizukaTaichi/pravda/wiki/Document)

## Screen-shots

image
image

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