# Compile to native binary (default) gloat app.clj # Creates ./app binary gloat app.clj -o myapp # Creates ./myapp binary # Output intermediate formats gloat app.ys -t clj # Clojure to stdout gloat app.ys -t glj # Glojure to stdout gloat app.ys -t go # Go to stdout # Create files with -t .ext shorthand gloat app.ys -t .clj # Creates app.clj gloat app.ys -t .glj # Creates app.glj gloat app.ys -t .g

