mdg/leema
A functional programming language designed for concurrency and failure
{ "createdAt": "2016-07-05T07:30:47Z", "defaultBranch": "main", "description": "A functional programming language designed for concurrency and failure", "fullName": "mdg/leema", "homepage": "http://leema.org", "language": "Rust", "name": "leema", "pushedAt": "2022-09-06T03:05:03Z", "stargazersCount": 44, "topics": [ "functional-programming", "programming-language", "virtual-machine" ], "updatedAt": "2024-05-19T08:56:01Z", "url": "https://github.com/mdg/leema"}
Rust Unit Tests (cargo t)
Code Formatting Check
Integration Tests (pytest)
Leema is a concurrent, error-tolerant, functional programming language.
Dependencies:
- Rust Stable
- Rust Nightly for formatting
- Pytest for integration tests
Build the leema vm by running make
All tests
make testUnit tests only
make unitIntegration tests only
make TCopyright 2022 Matthew Graham