package
Version:
v0.2.5
Opens a new window with list of versions in this module.
Published: Jul 4, 2024
License: EPL-1.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Package glj provides a minimal interface to bootstrap Glojure
access from Go.
func Read(s string) interface{}
Read reads one object from the string s. Reads data in the edn
format. Read panics if the string is not a valid edn object.
func Var(ns, name interface{}) value.IFn
Var returns an IFn associated with the namespace and name.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.