cljgo 0.3.1
Changelog
- 034e00a: openspec: archive apply-adr-0070-cli-resume (spec merged into specs/repl-sessions) (#113) (@muthuishere)
- 2bc0416: repl: cljgo repl :resume <#|id> from the CLI (ADR 0070) (#112) (@muthuishere)
Install
go install github.com/muthuishere/cljgo/cmd/cljgo@v0.3.1Or 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.