Re: [ANN] aprint (awesome print) released

2014-09-29 Thread tao.zhou2009
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 
muuuch}], :so [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!


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.


Re: [ANN] aprint (awesome print) released

2014-09-28 Thread tao.zhou2009
lein repl
nREPL server started on port 60264 on host 127.0.0.1 - nrepl://127.0.0.1:60264
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= (use 'aprint.core)  
nil
test.core= (aprint hello)
hello
nil
test.core= Bye for now!
192:test tao$ 192:test tao$ 192:test tao$ 192:test tao$ 192:test tao$ 192:test 
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, 2014 at 2:44 PM, Dave Sann wrote:

 great stuff. thanks.
  
 On Friday, 12 September 2014 01:06:29 UTC+10, Vladimir Bokov wrote:
  Yes. I use clansi:
   
  (clansi.core/without-ansi (aprint issues))
   
  Thanks for feedback, I updated README too
   
  четверг, 11 сентября 2014 г., 21:58:57 UTC+7 пользователь Dave Sann написал:
   Is there an easy way to get the same compact layout but without the 
   colour control codes?

   On Friday, 5 September 2014 07:50:10 UTC+10, Vladimir Bokov wrote:
Hi folks, I got just tired to gazing into big amount of data and scroll 
3-4 screens of my 13' laptop to grasp the structure,
so I used pprint's pretty printer, but add colors and changed 
indentation *by default*
(actually pprint has tuning parameters, too, but anyway it's breaking 
maps by single entry by line...)
 
Now the screen area gets used more effectively and looks more friendly 
imo :)
See it: https://github.com/razum2um/aprint
 
Looking forward yours opinion if I should make a nrepl middleware to 
use it *right away*, without doing (ap)
every time ;)
 


   
   
   
  
  
  
 --  
 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 
 (mailto: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 
 (mailto: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 
 (mailto:clojure+unsubscr...@googlegroups.com).
 For more options, visit https://groups.google.com/d/optout.

-- 
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.


Re: [ANN] aprint (awesome print) released

2014-09-28 Thread Vladimir Bokov
Hi, what terminal, shell (+distro?) are you using? Do colors work well in 
grep --color or some thing else?
Also, see https://github.com/razum2um/aprint/issues/2 -  In meanwhile I 
hardly can reproduce such errors, most likely I need a vagrant box for that 
from you
And file an issue on github, let's discuss it there.

воскресенье, 28 сентября 2014 г., 21:20:20 UTC+7 пользователь Tao Zhou 
написал:

  lein repl

 nREPL server started on port 60264 on host 127.0.0.1 - nrepl://
 127.0.0.1:60264

 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= (use 'aprint.core)

 nil

 test.core= (aprint hello)

 hello

 nil

 test.core= Bye for now!

 192:test tao$ 192:test tao$ 192:test tao$ 192:test tao$ 192:test tao$ 
 192:test 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, 2014 at 2:44 PM, Dave Sann wrote:

 great stuff. thanks.

 On Friday, 12 September 2014 01:06:29 UTC+10, Vladimir Bokov wrote:

 Yes. I use clansi:

 (clansi.core/without-ansi (aprint issues))

 Thanks for feedback, I updated README too

 четверг, 11 сентября 2014 г., 21:58:57 UTC+7 пользователь Dave Sann 
 написал:

 Is there an easy way to get the same compact layout but without the colour 
 control codes?

 On Friday, 5 September 2014 07:50:10 UTC+10, Vladimir Bokov wrote:

 Hi folks, I got just tired to gazing into big amount of data and scroll 
 3-4 screens of my 13' laptop to grasp the structure,
 so I used pprint's pretty printer, but add colors and changed indentation 
 *by default*
 (actually pprint has tuning parameters, too, but anyway it's breaking maps 
 by single entry by line...)

 Now the screen area gets used more effectively and looks more friendly imo 
 :)
 See it: https://github.com/razum2um/aprint

 Looking forward yours opinion if I should make a nrepl middleware to use 
 it *right away*, without doing (ap)
 every time ;)

  -- 
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clo...@googlegroups.com javascript:
 Note that posts from new members are moderated - please be patient with 
 your first post.
 To unsubscribe from this group, send email to
 clojure+u...@googlegroups.com javascript:
 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+u...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.
  
  
 

-- 
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.


Re: [ANN] aprint (awesome print) released

2014-09-28 Thread tao.zhou2009
Last login: Sun Sep 28 22:30:20 on ttys005
192:test tao$ lein repl
nREPL server started on port 60609 on host 127.0.0.1 - nrepl://127.0.0.1:60609
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= (use 'aprint.core)  
nil
test.core= (aprint {:I [heard {:you like} {:nifty tools} {:very 
muuuch}], :so [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!
192:test tao$ 192:test tao$ 192:test tao$ 192:test tao$ 192:test tao$ 192:test 
tao$ 192:test tao$ 192:test tao$ 192:test tao$ 192:test tao$


OS: OS X 10.9.5

Terminal: Version 2.4 (326)  Copyright © 1991-2013 Apple Inc. All rights 
reserved.

I use 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 Sunday, September 28, 2014 at 10:27 PM, Vladimir Bokov wrote:

 Hi, what terminal, shell (+distro?) are you using? Do colors work well in 
 grep --color or some thing else?
 Also, see https://github.com/razum2um/aprint/issues/2 -  In meanwhile I 
 hardly can reproduce such errors, most likely I need a vagrant box for that 
 from you
 And file an issue on github, let's discuss it there.
  
 воскресенье, 28 сентября 2014 г., 21:20:20 UTC+7 пользователь Tao Zhou 
 написал:
   
  lein repl
   
   
  nREPL server started on port 60264 on host 127.0.0.1 - 
  nrepl://127.0.0.1:60264 (http://127.0.0.1:60264)
   
   
  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= (use 'aprint.core)
   
   
  nil
   
   
  test.core= (aprint hello)
   
   
  hello
   
   
  nil
   
   
  test.core= Bye for now!
   
   
  192:test tao$ 192:test tao$ 192:test tao$ 192:test tao$ 192:test tao$ 
  192:test 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, 2014 at 2:44 PM, Dave Sann wrote:
   
   great stuff. thanks.

   On Friday, 12 September 2014 01:06:29 UTC+10, Vladimir Bokov wrote:
Yes. I use clansi:
 
(clansi.core/without-ansi (aprint issues))
 
Thanks for feedback, I updated README too
 
четверг, 11 сентября 2014 г., 21:58:57 UTC+7 пользователь Dave Sann 
написал:
 Is there an easy way to get the same compact layout but without the 
 colour control codes?
  
 On Friday, 5 September 2014 07:50:10 UTC+10, Vladimir Bokov wrote:
  Hi folks, I got just tired to gazing into big amount of data and 
  scroll 3-4 screens of my 13' laptop to grasp the structure,
  so I used pprint's pretty printer, but add colors and changed 
  indentation *by default*
  (actually pprint has tuning parameters, too, but anyway it's 
  breaking maps by single entry by line...)
   
  Now the screen area gets used more effectively and looks more 
  friendly imo :)
  See it: https://github.com/razum2um/aprint
   
  Looking forward yours opinion if I should make a nrepl middleware 
  to use it *right away*, without doing (ap)
  every time ;)
   
  
  
 
 
 



   --  
   You received this message because you are subscribed to the Google
   Groups Clojure group.
   To post to this group, send email to clo...@googlegroups.com (javascript:)
   Note that posts from new members are moderated - please be patient with 
   your first post.
   To unsubscribe from this group, send email to
   clojure+u...@googlegroups.com (javascript:)
   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+u...@googlegroups.com (javascript:).
   For more options, visit https://groups.google.com/d/optout.
   
 --  
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send 

Re: [ANN] aprint (awesome print) released

2014-09-28 Thread Brandon Bloom
Forgive me if this is unwelcome self-promotion, but I figured I'd take this 
opportunity to point out some similar projects:

My re-usable pretty-printing engine with a simple EDN printer:
https://github.com/brandonbloom/fipp

A colorizing EDN printer built on Fipp:
https://github.com/greglook/puget/

nREPL integration for Puget:
https://github.com/greglook/whidbey

On Thursday, September 4, 2014 5:50:10 PM UTC-4, Vladimir Bokov wrote:

 Hi folks, I got just tired to gazing into big amount of data and scroll 
 3-4 screens of my 13' laptop to grasp the structure,
 so I used pprint's pretty printer, but add colors and changed indentation 
 *by default*
 (actually pprint has tuning parameters, too, but anyway it's breaking maps 
 by single entry by line...)

 Now the screen area gets used more effectively and looks more friendly imo 
 :)
 See it: https://github.com/razum2um/aprint

 Looking forward yours opinion if I should make a nrepl middleware to use 
 it *right away*, without doing (ap)
 every time ;)


-- 
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.


Re: [ANN] aprint (awesome print) released

2014-09-28 Thread Michael Wood
As a workaround, see if running stty sane fixes your terminal.

-- 
Michael Wood
On 28 Sep 2014 4:43 PM, tao.zhou2009 tao.zhou2...@gmail.com wrote:

  Last login: Sun Sep 28 22:30:20 on ttys005

 192:test tao$ lein repl

 nREPL server started on port 60609 on host 127.0.0.1 - nrepl://
 127.0.0.1:60609

 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= (use 'aprint.core)

 nil

 test.core= (aprint {:I [heard {:you like} {:nifty tools} {:very
 muuuch}], :so [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!

 192:test tao$ 192:test tao$ 192:test tao$ 192:test tao$ 192:test tao$
 192:test tao$ 192:test tao$ 192:test tao$ 192:test tao$ 192:test tao$

 OS: OS X 10.9.5

 Terminal: Version 2.4 (326)  Copyright © 1991-2013 Apple Inc. All rights
 reserved.

 I use 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 Sunday, September 28, 2014 at 10:27 PM, Vladimir Bokov wrote:

 Hi, what terminal, shell (+distro?) are you using? Do colors work well in
 grep --color or some thing else?
 Also, see https://github.com/razum2um/aprint/issues/2 -  In meanwhile I
 hardly can reproduce such errors, most likely I need a vagrant box for that
 from you
 And file an issue on github, let's discuss it there.

 воскресенье, 28 сентября 2014 г., 21:20:20 UTC+7 пользователь Tao Zhou
 написал:

  lein repl

 nREPL server started on port 60264 on host 127.0.0.1 - nrepl://
 127.0.0.1:60264

 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= (use 'aprint.core)

 nil

 test.core= (aprint hello)

 hello

 nil

 test.core= Bye for now!

 192:test tao$ 192:test tao$ 192:test tao$ 192:test tao$ 192:test tao$
 192:test 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, 2014 at 2:44 PM, Dave Sann wrote:

 great stuff. thanks.

 On Friday, 12 September 2014 01:06:29 UTC+10, Vladimir Bokov wrote:

 Yes. I use clansi:

 (clansi.core/without-ansi (aprint issues))

 Thanks for feedback, I updated README too

 четверг, 11 сентября 2014 г., 21:58:57 UTC+7 пользователь Dave Sann
 написал:

 Is there an easy way to get the same compact layout but without the colour
 control codes?

 On Friday, 5 September 2014 07:50:10 UTC+10, Vladimir Bokov wrote:

 Hi folks, I got just tired to gazing into big amount of data and scroll
 3-4 screens of my 13' laptop to grasp the structure,
 so I used pprint's pretty printer, but add colors and changed indentation
 *by default*
 (actually pprint has tuning parameters, too, but anyway it's breaking maps
 by single entry by line...)

 Now the screen area gets used more effectively and looks more friendly imo
 :)
 See it: https://github.com/razum2um/aprint

 Looking forward yours opinion if I should make a nrepl middleware to use
 it *right away*, without doing (ap)
 every time ;)

  --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clo...@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+u...@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+u...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


   --
 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
 

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 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.


Re: [ANN] aprint (awesome print) released

2014-09-13 Thread Dave Sann
great stuff. thanks.

On Friday, 12 September 2014 01:06:29 UTC+10, Vladimir Bokov wrote:

 Yes. I use clansi:

 (clansi.core/without-ansi (aprint issues))

 Thanks for feedback, I updated README too

 четверг, 11 сентября 2014 г., 21:58:57 UTC+7 пользователь Dave Sann 
 написал:

 Is there an easy way to get the same compact layout but without the 
 colour control codes?

 On Friday, 5 September 2014 07:50:10 UTC+10, Vladimir Bokov wrote:

 Hi folks, I got just tired to gazing into big amount of data and scroll 
 3-4 screens of my 13' laptop to grasp the structure,
 so I used pprint's pretty printer, but add colors and changed 
 indentation *by default*
 (actually pprint has tuning parameters, too, but anyway it's breaking 
 maps by single entry by line...)

 Now the screen area gets used more effectively and looks more friendly 
 imo :)
 See it: https://github.com/razum2um/aprint

 Looking forward yours opinion if I should make a nrepl middleware to use 
 it *right away*, without doing (ap)
 every time ;)



-- 
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.


Re: [ANN] aprint (awesome print) released

2014-09-11 Thread Dave Sann
Is there an easy way to get the same compact layout but without the colour 
control codes?

On Friday, 5 September 2014 07:50:10 UTC+10, Vladimir Bokov wrote:

 Hi folks, I got just tired to gazing into big amount of data and scroll 
 3-4 screens of my 13' laptop to grasp the structure,
 so I used pprint's pretty printer, but add colors and changed indentation 
 *by default*
 (actually pprint has tuning parameters, too, but anyway it's breaking maps 
 by single entry by line...)

 Now the screen area gets used more effectively and looks more friendly imo 
 :)
 See it: https://github.com/razum2um/aprint

 Looking forward yours opinion if I should make a nrepl middleware to use 
 it *right away*, without doing (ap)
 every time ;)


-- 
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.


Re: [ANN] aprint (awesome print) released

2014-09-11 Thread Vladimir Bokov
Yes. I use clansi:

(clansi.core/without-ansi (aprint issues))

Thanks for feedback, I updated README too

четверг, 11 сентября 2014 г., 21:58:57 UTC+7 пользователь Dave Sann написал:

 Is there an easy way to get the same compact layout but without the colour 
 control codes?

 On Friday, 5 September 2014 07:50:10 UTC+10, Vladimir Bokov wrote:

 Hi folks, I got just tired to gazing into big amount of data and scroll 
 3-4 screens of my 13' laptop to grasp the structure,
 so I used pprint's pretty printer, but add colors and changed indentation 
 *by default*
 (actually pprint has tuning parameters, too, but anyway it's breaking 
 maps by single entry by line...)

 Now the screen area gets used more effectively and looks more friendly 
 imo :)
 See it: https://github.com/razum2um/aprint

 Looking forward yours opinion if I should make a nrepl middleware to use 
 it *right away*, without doing (ap)
 every time ;)



-- 
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.


Re: [ANN] aprint (awesome print) released

2014-09-08 Thread bob

Cool

On Friday, September 5, 2014 5:50:10 AM UTC+8, Vladimir Bokov wrote:

 Hi folks, I got just tired to gazing into big amount of data and scroll 
 3-4 screens of my 13' laptop to grasp the structure,
 so I used pprint's pretty printer, but add colors and changed indentation 
 *by default*
 (actually pprint has tuning parameters, too, but anyway it's breaking maps 
 by single entry by line...)

 Now the screen area gets used more effectively and looks more friendly imo 
 :)
 See it: https://github.com/razum2um/aprint

 Looking forward yours opinion if I should make a nrepl middleware to use 
 it *right away*, without doing (ap)
 every time ;)


-- 
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.