On Sat, Dec 18, 2010 at 4:18 PM, Stuart Halloway
<stuart.hallo...@gmail.com> wrote:
>> The latter is easy to fix: provide a version of println that wraps an
>> implicit (take n ...) around seq arguments (including when it calls
>> itself on seqs nested within other structures). (*print-length*
>> doesn't seem to work, just causes an infinite seq to print the first n
>> items and then a never-ending string of "..."s.)
>
> Hi Ken,
>
> In my tests *print-length* works fine with the regular REPL printer, but has 
> the defect you describe when using pprint. Can you confirm that you are also 
> seeing the problem with pprint, not print?
>
> Do some REPLs automatically replace print with pprint?

The one built into Enclojure, for one.

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