Thanks for checking - I confirmed that it seems to work when you use the repl 
in the out-of-the-box lein-cljsbuild environment with a browser.

However, I've moved to a single server set-up with noir/ring running on the 
repl-server, and there the printing doesn't work… but it does when I assign 
(set! *print-fn* clojure.browser.repl/repl-print). Guess that makes it my issue 
;-)

Tried to look for the reason, but couldn't find it - the same assignement seems 
to come down with the embedded javascript in the repl-webpage (?) - but then I 
just put the assignement in the user.cljs file and it doesn't bother me anymore.

After getting more experience with cljs-development of apps, though, I do 
believe that being able to run the cljs-repl on the same web server, and served 
on the same port, makes config much easier and flexible…

-FrankS.



On Oct 27, 2012, at 2:59 PM, David Nolen <dnolen.li...@gmail.com> wrote:

> On Tue, Oct 23, 2012 at 4:18 PM, Frank Siebenlist 
> <frank.siebenl...@gmail.com> wrote:
> Bump.
> 
> Could someone please confirm that printing from the repl doesn't work anymore?
> 
> Thanks, Frank.
> 
> I just checked browser REPL on CLJS master - it works fine for me.
> 
> David 
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to