Skip to main content

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 .a9b artifact support using A9B9 magic bytes, section table, and SHA-256 checksums.
  • Bytecode inspection/disassembly through aether inspect, aether disasm, and aether 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aether9-3.1.0-py3-none-any.whl (28.9 kB view details)

Uploaded Python 3

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

Hashes for aether9-3.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ec57364feb5fbccd4b41c33bb57ca825226df3b8fddafff482bc899270313924
MD5 2063bfc2ac2e477675120156cf79df2f
BLAKE2b-256 5e1105ce4ceebe76d3d5dae480111956aaf39a0af20392e8ed22f6438c5252c9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page