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 [email protected]
> (mailto:[email protected])
> Note that posts from new members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, send email to
> [email protected]
> (mailto:[email protected])
> 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 [email protected]
> (mailto:[email protected]).
> 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 [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/d/optout.