Aether-9: deterministic resonance-constrained language with VM bytecode, binary artifacts, and integrity verification
Project description
Aether-9 3.1.0
Aether-9 is a deterministic, resonance-constrained programming language with built-in data integrity verification.
3.1.0 highlights
- AetherVM runtime hardening with improved error context.
- CLI export pipeline:
aether export program.a9 --format json|binary. - Binary
.a9bartifact support usingA9B9magic bytes, section table, and SHA-256 checksums. - Bytecode inspection/disassembly through
aether inspect,aether disasm, andaether vm. - Sandbox stability improvement around memory-limit handling.
- Fixed JSON bytecode loader array handling so two-element arrays remain arrays/lists rather than tuples.
Quick start
pip install aether9-3.1.0-py3-none-any.whl
Write a .a9 program:
prices = [54, 36, 72, 90, 18, 45]
lattice compute(a, b) uses prices:
return (a + b) % 9 or 9
result = compute(54, 36)
print('result:', result)
Export to JSON bytecode:
aether export program.a9 --format json
Export to binary bytecode:
aether export program.a9 --format binary
Run bytecode through the VM:
aether vm program.a9b
Inspect or disassemble artifacts:
aether inspect program.a9b
aether disasm program.a9b
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aether9-3.1.0-py3-none-any.whl.
File metadata
- Download URL: aether9-3.1.0-py3-none-any.whl
- Upload date:
- Size: 28.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec57364feb5fbccd4b41c33bb57ca825226df3b8fddafff482bc899270313924
|
|
| MD5 |
2063bfc2ac2e477675120156cf79df2f
|
|
| BLAKE2b-256 |
5e1105ce4ceebe76d3d5dae480111956aaf39a0af20392e8ed22f6438c5252c9
|