Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aether-lang-dev/aether
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: aether-lang-dev/aether
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: docs/audit-pass
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Aug 12, 2026

  1. docs: say what Aether is, not which languages it resembles

    The README led with "Erlang-style actors, Rust-grade capability discipline, and
    Go-flavored ergonomics" and the language reference opened with "combining
    Erlang-inspired actor concurrency with type inference". Three names in the
    first line tell a reader what other projects did, not what this one does, and
    the actor model here is not Erlang's: it is compiled, scheduled across cores by
    the runtime, with lock-free mailboxes and migration, and it has no supervision
    trees or hot code reload.
    
    The opening now states the distinguishing property, which is that a program's
    permissions are written in its source and enforced from compile time down to
    libc.
    
    The same substitution ran through the entry docs. "Erlang-inspired pattern
    matching" gave a reader nothing to act on and is now a sentence describing
    clauses and guards. "Go-style (value, err)" is redundant: the shape describes
    itself. Removed the qualifier and kept the shape.
    
    The Acknowledgments section is untouched. It credits Erlang/OTP, Go, Rust and
    the rest properly and at length, at the end of the README, which is where that
    belongs.
    nicolas-maman committed Aug 12, 2026
    Configuration menu
    Copy the full SHA
    c8e1689 View commit details
    Browse the repository at this point in the history
Loading