lein repl
nREPL server started on port 51413 on host 127.0.0.1 - nrepl://127.0.0.1:51413
REPL-y 0.3.1
Clojure 1.6.0
    Docs: (doc function-name-here)
          (find-doc "part-of-name-here")
  Source: (source function-name-here)
 Javadoc: (javadoc java-object-or-class-here)
    Exit: Control+D or (exit) or (quit)
 Results: Stored in vars *1, *2, *3, an exception in *e

test.core=> (cprint "hello") 
"hello"
nil
test.core=> (cprint {:I ["heard" {:you "like"} {:nifty "tools"} {:very 
"muuuuuuuuuuuuuuuuuuuch"}], :so ["I" 'made '("something" 4 "you")]})
{:I ["heard" {:you "like"} {:nifty "tools"} {:very "muuuuuuuuuuuuuuuuuuuch"}],
 :so ["I" made ("something" 4 "you")]}
nil
test.core=> Bye for now!


https://github.com/greglook/puget

puget.printer/cprint does not have this problem.

-- 
tao.zhou2009
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)


On Monday, September 29, 2014 at 1:27 PM, tao.zhou2009 wrote:

> stty sane 
> 
> after execute the above command, the terminal is normal.  
> 
> -- 
> tao.zhou2009
> Sent with Sparrow (http://www.sparrowmailapp.com/?sig)
> 
> 
> On Monday, September 29, 2014 at 12:29 PM, Michael Wood wrote:
> 
> > stty sane 
> 
> 

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to