1 to 10 of 66 results. prev page | next page
Prints the object(s) to the output stream that is the current value of *out*. Prints the object(s), separated by spaces if there is more than one. By default, pr and prn print in a way that objects can be read by the reader
Same as pr followed by (newline). Observes *flush-on-newline*
Check a predicate against the value logic var. Non-relational.
Moves to the previous loc in the hierarchy, depth-first. If already at the root, returns nil.
Prints the object(s) to the output stream that is the current value of *out*. print and println produce output for human consumption.
class-and-interfaces - a vector of class names args - a (possibly empty) vector of arguments to the superclass constructor. f => (name [params*] body) or (name ([params*] body) ([params+] body) ...) Expands to code which creates a instance of a proxy class that implements the named cl...
a REPL with structured output (for programs) reads forms to eval from in-reader (a LineNumberingPushbackReader) Closing the input or passing the form :repl/quit will cause it to return Calls out-fn with data, one of: {:tag :ret :val val ;;eval result, or Throwable->map data if exception ...
Prints formatted output, as per format
pr to a string, returning it