The code snippet you provided is written in Clojure, a dialect of Lisp. The
function filter-collecting takes a predicate function, a collector
function, and multiple lists as arguments. It filters the lists based on
the predicate function and collects the values from the corresponding
positions
Hi all
I've been thinking about how long tracebacks get for pure Clojure errors,
and it would be really nice if we could hide the Java traceback from the
compiler when it's not relevant. When there's no Java interop, it's not
useful. I can't see any case where we want the tracebacks from the co
anyone? Has anyone worked on Clojure box with the book examples?
Last thing I tried was to load a single file (load-file "c:\emacs\code
\examples\introduction.clj") and what I get is the last program in
that file.
thanks.
On Jul 8, 2:55 pm, dumb me wrote:
> Hi All,
>
>
Hi All,
I am a dumb around here. my first post among many to come :)
I setup clojurebox to work thru the book. I am a newbie to emacs and
to clojure. I don't mind the learning curve to emacs.
I am completely blank about configuring Clojurebox.
Here's what I want to do:
1) load all the code-ex