When an agent is failed, changes the agent state to new-state and then un-fails the agent so that sends are allowed again. If a :clear-actions true option is given, any actions queued on the agent that were being held while it was failed will be discarded, otherwise those held actions will ...
Creates and returns a lazy sequence of structmaps corresponding to the rows in the java.sql.ResultSet rs
Map from reader tag symbols to data reader Vars. When Clojure starts, it searches for files named 'data_readers.clj' and 'data_readers.cljc' at the root of the classpath. Each such file must contain a literal map of symbols, like this: {foo/bar my.project.foo/bar foo/baz my.proj...
Removes the method of multimethod associated with dispatch-value.
Same as (refer 'clojure.core
A sequence of lib specs that are applied to `require` by default when a new command-line REPL is started.
Given a class name, return that typeref's class bytes as an InputStream.
Replaces the first instance of match with replacement in s. match/replacement can be: char / char string / string pattern / (string or function of match). See also replace. The replacement is literal (i.e. none of its characters are treated specially) for all cases above exc...