dust/README.md

23 lines
565 B
Markdown
Raw Normal View History

2023-08-22 15:40:50 +00:00
# Dust
2024-02-19 16:24:54 +00:00
High-level concurrent programming language with effortless concurrency, automatic memory management and first class functions.
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