Skip to main content

Aether-9: a deterministic, resonance-constrained programming language

Project description

Aether-9

A deterministic, resonance-constrained programming language with built-in data integrity verification.

Install

pip install aether9

Or from source:

git clone https://github.com/your-repo/aether9
cd aether9
pip install -e .

Quick start

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)

Then:

aether compile program.a9   # generates program.py + program.a9s
aether verify  program.a9   # verify integrity without running
aether run     program.a9   # verify then execute
aether inspect program.a9s  # human-readable signature report

Language syntax

Syntax Meaning
array = [...] define a data array (auto-signed)
lattice Fn(a, b) uses array: function bound to array's vortex signature
lattice Fn(a, b) pure: function with no array binding

How it works

  1. VortexSequencer — non-commutative spatial hash over array data
  2. Lattice decorator — verifies vortex seal before every function call
  3. .a9s signature file — SHA-256 of source + raw_sig per array + global seal
  4. CLI — compile → verify → run pipeline

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-2.4.0-py3-none-any.whl (13.2 kB view details)

Uploaded Python 3

File details

Details for the file aether9-2.4.0-py3-none-any.whl.

File metadata

  • Download URL: aether9-2.4.0-py3-none-any.whl
  • Upload date:
  • Size: 13.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for aether9-2.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 940fce9dc321e0afcfff8a8d27a7775bc4694acaf8c9d79a9dd9ca1f0b25e5d0
MD5 63ab145051c7dbbb18c3ef2e3dd10247
BLAKE2b-256 4f92d9e95072287e4a42c788b1a33e474d5b564c4940e516e8214ed872da334b

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