Documentation
User-facing how-to guides for working with SuperJ. Browse the SDK API on your machine with superj doc --list and superj doc <class-fqn>.
A single self-contained page demonstrating the language: the arena memory model, the systems-reach features, the kept/dropped-from-Java ledger, and the performance numbers.
What SuperJ is, why it's "super" Java (not a subset), the design philosophy, SDK variants, and a first build. The fastest on-ramp to a running binary.
The Java → SuperJ deltas in one scannable page: what's identical, what's removed, what's changed, what's new, and a quick syntax table.
A step-by-step: write an HTTP server on the built-in stack, compile to a single native binary, run it, and load-test it with wrk — then beat wrk with SuperJ's own client.
The Cargo-inspired build tool (the self-hosted superj itself): new/build/run/check/test, the Build.sj manifest, path & git dependencies, workspaces, profiles, hooks, feature flags.
The sj.test unit-test framework: @Test/@Ignore, the Asserts vocabulary, superj test, and the golden-output suite.
Why SuperJ has no threads, why that's correct rather than limiting, and the three impossibility results (undecidable deadlock freedom, FLP, CAP) that make total-order event systems the right primitive.
Why SuperJ doesn't have a borrow checker: the one bug class it makes impossible isn't worth the permanent per-line tax, and determinism is the stronger correctness property.
Why "no Rust crates" misses the point: SuperJ is an LLVM language, so the compiled C-ABI core of every LLVM language's ecosystem links via native for free.
The site's own install-and-run walkthrough — from clone to a running web server in seven steps. Same content as Getting Started, framed for first-time visitors.
The full SDK API surface — every class, method, and signature — is one command away after install. SDK_API.md is generated at pack time under $SJ_HOME/sdk/build/.
superj doc --listsuperj doc sj.http.Routersuperj doc sj.util.IntArrayListsuperj --help