Crates.io | fdl |
lib.rs | fdl |
version | 0.1.0 |
source | src |
created_at | 2023-07-26 19:04:54.252346 |
updated_at | 2023-07-26 19:04:54.252346 |
description | Fast deterministic language |
homepage | |
repository | https://github.com/Aviosium/fdl |
max_upload_size | |
id | 926775 |
size | 56,772 |
The aim of this language is to provide a deterministic language that can be compiled into bytecode dynamically, and produces functions that are guaranteed to exit without errors. It does so by limiting the language features, and having static typing.