package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Nov 7, 2023
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.