A compiled web language. Backend + frontend + native binaries. One source, four targets.
gma run:8080 app.rc
HTTP server · routes · SQLite · sessions · middleware
gma build:js app.rc
Interactive browser apps · events · DOM updates
gma build:wasm app.rc
WebAssembly for modern browsers
gma build:native app.rc
Machine-code ELF binary · ~17 KB · no runtime
<rc>
<ropecode>
<gma>
<server port="8090">
<route path="/" method="GET">
return "Hello, World"
</route>
</server>
</gma>
</ropecode>
</rc>curl -fsSL https://rc.ami.best/install.sh | shOr download manually:
wget https://rc.ami.best/releases/rc-0.1.0-linux-x64.tar.gz
tar xzf rc-0.1.0-linux-x64.tar.gz
sudo mv gma luvpak repl learn /usr/local/bin/gma-learn # English
gma-learn ta # Tamil
gma-learn hi # Hindi
gma-learn list # all languagesFree for individuals, students, and non-profits. Paid for organizations ($50/mo or $8000/yr). Details →