Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pravda-lang/pravda
- Owner: pravda-lang
- License: mit
- Created: 2024-09-06T07:55:50.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T04:53:19.000Z (3 months ago)
- Last Synced: 2024-09-30T09:02:59.188Z (3 months ago)
- Topics: functional-paradigm, haskell, interpreter, lisp, pravda, programming-language
- Language: Rust
- Homepage: https://pravda-lang.github.io/
- Size: 122 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-managerOr, It's okay to install Pravda by dilect clone and build this repository.