| Crates.io | adc-lang |
| lib.rs | adc-lang |
| version | 0.1.1 |
| created_at | 2025-01-03 04:20:06.133658+00 |
| updated_at | 2025-01-03 12:09:06.286315+00 |
| description | Array-oriented reimagining of dc, a terse stack-based esolang |
| homepage | |
| repository | https://github.com/43615/adc-lang |
| max_upload_size | |
| id | 1502109 |
| size | 35,719 |
The goal of this project is to introduce polymorphic array support to an ancient scriptable RPN calculator program called dc (desk calculator), while preserving its elegant core tenets.
It takes the form of a highly performant interpreter that can be used interactively and/or with scripts. Potential applications include precise and complex mathematical calculations, string-based data processing, and lightweight interactive scripts combining both.
The nature of the language will seem unusual to those familiar with most "normal" programming languages due to the following aspects: