Re: [ANN] aprint (awesome print) released

2014-09-28 Thread tao.zhou2009
t tao$ 192:test tao$ 192:test tao$ 192:test tao$ 192:test tao$ after I quit the REPL, on which I have used aprint, the enter key can not switch to new line properly. sorry for my poor english. -- tao.zhou2009 Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Saturday, September 13

Re: [ANN] aprint (awesome print) released

2014-09-28 Thread tao.zhou2009
e the example in your project’s README.md. You can see, I only used aprint. the problem is the same as : https://github.com/razum2um/aprint/issues/2 Thank you for your very quick reply. I also post a comment under issue 2. -- tao.zhou2009 Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On

Re: [ANN] A guide to setup test driven workflow for Clojure

2014-09-28 Thread tao.zhou2009
modified files, just (reload) in a open REPL. -- tao.zhou2009 Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Monday, September 29, 2014 at 7:16 AM, Colin Williams wrote: > This seems cool, my approach isn't nearly as sophisticated and much more > editor dependent. I&

Re: [ANN] aprint (awesome print) released

2014-09-28 Thread tao.zhou2009
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 Goo

Re: [ANN] aprint (awesome print) released

2014-09-29 Thread tao.zhou2009
quot;I" 'made '("something" 4 "you")]}) {:I ["heard" {:you "like"} {:nifty "tools"} {:very "muuuch"}], :so ["I" made ("something" 4 "you")]} nil test.core=> Bye for now! http

Re: [ANN] A guide to setup test driven workflow for Clojure

2014-10-01 Thread tao.zhou2009
Thanks for James Reeves’s great project: https://github.com/weavejester/ns-tracker -- tao.zhou2009 Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday, September 30, 2014 at 5:13 AM, suvash wrote: > ns-tracker seems to be pretty neat too. Thanks for letting me know. >

Re: help with sequence, "seq", Seq, and `seq`

2014-10-08 Thread tao.zhou2009
you can read Programming Clojure 2nd, which explains very clearly. -- tao.zhou2009 Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Thursday, October 9, 2014 at 2:39 AM, John Gabriele wrote: > Reading Joy of Clojure, section 5.1.2, I'm hoping someone here can help me >

Re: [ANN] A guide to setup test driven workflow for Clojure

2014-10-22 Thread tao.zhou2009
operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs with the `--debug-init' option to view a complete error backtrace. what’s the reason about this error? how do you use the above elisp code ? I use Prelude: http://batsov.com/prelude/