Structs§
- Object
Array - A GC-traced mutable array of Values (backs
object-array). - Print
Value - A wrapper for printing a Value non-readably (for
str,println). - Type
Instance - A record or reify instance.
type_tagidentifies the concrete type;fieldsholds the key/value pairs (keyword → value).
Enums§
- MapValue
- A map value: either a small array-map or a HAMT-based hash-map.
- SetValue
- A set value, either a hash set or a sorted set.
- Value
- The central runtime type: every Clojure value is a
Value.
Functions§
- pr_str
- Print a value.
readably = truequotes strings and escapes chars.