Is there some kind of "safe" function for printing representations of
lazy, infinite data structures? I'm finding I like using them inside
other data structures here and there. However, when I go to play
around with things in the REPL, sooner or later my workflow is
interrupted by 3 million characters streaming across the console.

I don't imagine there would be any way for the REPL to detect that a
lazy sequence was infinite. However, if it would simply refuse to
evaluate lazy sequence (say, represent them by some special identifier) that
would be good enough for me.

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