Deterministic, high-performance programming language distribution infrastructure
AdeshLang is an advanced programming language offering unified compilation backends (AOT Native via LLVM 23.1.1 / MLIR, JIT, VM, and Tree-Walk Interpreter), static typing with bidirectional inference, and built-in incremental component updates.
AdeshLang updates individual components (compiler binaries, standard library, static runtimes, AI models) incrementally without requiring full installer downloads:
$ adesh update
==> Checking for available updates... OK
Current version : 0.3.0
Components:
• compiler (18.4 MB)
• stdlib (3.2 MB)
• runtime (12.5 MB)
==> Applying incremental update...
[1/3] Downloading delta components...
[2/3] Verifying SHA-256 signatures...
[3/3] Atomically updating version snapshot...
✓ AdeshLang updated successfully!