Quick Start
Experience the speed of the Axon compiler directly in your browser. This interactive playground compiles your S-expressions into WebAssembly using the same native compiler backend we use in production.
Installing Locally
Section titled “Installing Locally”Once you’re ready to build native applications:
git clone https://git.catalystgroup.tech/labs/axon/axon-lang.gitcd axon-langmakesudo make install