Namespace: joker.runtime
v1.0Contents
Summary
Provides access to Go and Joker runtime information.
Index
Constants
Constants are variables with :const true in their metadata. Joker currently does not recognize them as special; as such, it allows redefining them or their values.-
(None.)
Variables
-
(None.)
Functions, Macros, and Special Forms
-
go-root
Function v1.0(go-root)
Returns the GOROOT string (as returned by runtime/GOROOT()).
-
go-version
Function v1.0(go-version)
Returns the Go version string (as returned by runtime/Version()).
-
joker-version
Function v1.0(joker-version)
Returns the raw Joker version string (including the leading 'v',
which joker.core/joker-version omits).