Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

mdg/leema

A functional programming language designed for concurrency and failure

mdg/leema.json
{
"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"
}

make unit Rust Unit Tests (cargo t)
make format Code Formatting Check
make T 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 test

Unit tests only

make unit

Integration tests only

make T

Copyright 2022 Matthew Graham