dust/README.md

25 lines
679 B
Markdown
Raw Normal View History

2023-08-22 15:40:50 +00:00
# Dust
2024-02-19 20:35:27 +00:00
High-level programming language with effortless concurrency, automatic memory management and first class functions.
![Dust version of an example from The Rust Programming Language.](https://git.jeffa.io/jeff/dust/docs/assets/example_0.png)
2023-10-13 15:37:07 +00:00
2023-08-23 21:28:19 +00:00
<!--toc:start-->
- [Dust](#dust)
2024-02-19 16:24:54 +00:00
- [Easy to Read and Write](#easy-to-read-and-write)
- [Effortless Concurrency](#effortless-concurrency)
- [Debugging](#debugging)
- [Automatic Memory Management](#automatic-memory-management)
- [Installation and Usage](#installation-and-usage)
2023-08-23 21:28:19 +00:00
<!--toc:end-->
2024-02-19 16:24:54 +00:00
## Easy to Read and Write
2023-11-16 03:33:58 +00:00
2024-02-19 16:24:54 +00:00
## Effortless Concurrency
2023-11-16 03:33:58 +00:00
2024-02-19 16:24:54 +00:00
## Debugging
2024-02-19 16:24:54 +00:00
## Automatic Memory Management
2024-02-19 16:24:54 +00:00
## Installation and Usage