https://github.com/linkdd/letlang
Functional language with a powerful type system.
https://github.com/linkdd/letlang
compiler functional language letlang
Last synced: 11 days ago
JSON representation
Functional language with a powerful type system.
- Host: GitHub
- URL: https://github.com/linkdd/letlang
- Owner: linkdd
- License: mit
- Created: 2020-07-08T15:50:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T01:43:56.000Z (about 1 year ago)
- Last Synced: 2025-03-20T17:05:48.819Z (26 days ago)
- Topics: compiler, functional, language, letlang
- Language: Rust
- Homepage: https://letlang.dev
- Size: 3.92 MB
- Stars: 170
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-programming-languages - Letlang - Functional language with a powerful type system. (Uncategorized / Uncategorized)
README
# Letlang


## Contributing
If you want to contribute, please make a pull request.
**Requirements:**
- Rust & Cargo 1.77+ (nightly)
**Build:**
```
$ cargo build
```**Run example:**
```
$ make dummy
```## License
**Letlang**'s source code is distributed under the terms of the
[MIT License](./LICENSE.txt)The website's content is distributed under the terms of the
[CC BY NC SA 4.0 License](./www/LICENSE.txt).