Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linkdd/letlang
Functional language with a powerful type system.
https://github.com/linkdd/letlang
compiler functional language letlang
Last synced: 7 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T01:43:56.000Z (9 months ago)
- Last Synced: 2024-08-01T19:55:27.437Z (3 months ago)
- Topics: compiler, functional, language, letlang
- Language: Rust
- Homepage: https://letlang.dev
- Size: 3.92 MB
- Stars: 157
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
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
![status: WIP](https://img.shields.io/badge/status-WIP-red?style=flat-square)
![version: 0.0.0](https://img.shields.io/badge/version-v0.0.0-brightgreen?style=flat-square)
![license: MIT](https://img.shields.io/badge/license-MIT-blue?style=flat-square)## 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).