Skip to content

Start in sixty seconds

Install and self-check

brew tap kotoba-lang/kotoba
brew trust kotoba-lang/kotoba
brew install kotoba
kotoba selfhost check --json

Accept a valid response with an empty problem list.

A first program

(defn main []
  (+ 40 2))

This program requests no host imports; the emitted module has no imports.