Skip to content

cljgo 0.8.1

Choose a tag to compare

@github-actions github-actions released this 31 Jul 03:12

Changelog

Install

go install github.com/muthuishere/cljgo/cmd/cljgo@v0.8.1

Or download a binary above and put it on your PATH.

cljgo repl, cljgo run and Go interop work from the binary alone, with
no Go toolchain installed. cljgo build additionally needs the Go
toolchain and a checkout of this repo
— the generated module replaces
the runtime to a local source tree, so set CLJGO_SRC to your clone or run
inside it. Known v0 limitation (ADR 0013); publishing the runtime as a real
Go module retires it.


cljgo's own code is MIT. The vendored runtime under pkg/lang/ is
EPL-1.0, from Glojure — see
NOTICE.