On Fri, Oct 28, 2011 at 6:54 AM, Andrew wrote:
> I should be more specific. I see the exception only with trampoline.
>
> Exception in thread "main" java.lang.IllegalArgumentException: No
> implementation of method: :make-writer of protocol:
> #'clojure.java.io/IOFactory found for class: nil (NO_S
I should be more specific. I see the exception only with trampoline.
Exception in thread "main" java.lang.IllegalArgumentException: No
implementation of method: :make-writer of protocol: #'
clojure.java.io/IOFactory found for class: nil (NO_SOURCE_FILE:0)
--
You received this message because yo
What does the exception below mean? Does trampoline require something to be
defined/included that the usual way doesn't?
Exception in thread "main" java.lang.IllegalArgumentException: No
implementation of method: :make-writer of protocol:
#'clojure.java.io/IOFactory found for class: nil (NO_SOU
On Thu, Oct 27, 2011 at 11:32 AM, Andrew wrote:
> At the REPL in Emacs, shouldn't the following code allow me to type
> something followed by [Enter] and then shouldn't it print my input back out?
> (println (read-line))
> When I enter this at the prompt, I immediately see the following. It doesn'
At the REPL in Emacs, shouldn't the following code allow me to type
something followed by [Enter] and then shouldn't it print my input back out?
(println (read-line))
When I enter this at the prompt, I immediately see the following. It
doesn't wait for input.
user> (println (read-line))
nil
ni