Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kajizukataichi/pravda
- Owner: KajizukaTaichi
- License: mit
- Created: 2024-09-02T06:28:48.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-09-06T07:21:13.000Z (2 months ago)
- Last Synced: 2024-10-12T23:42:34.855Z (about 1 month ago)
- Topics: 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
- Language: Rust
- Homepage:
- Size: 56.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- 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://github.com/KajizukaTaichi/pravda/wiki/Document)
## Screen-shots
## 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.