Re: [racket-users] racket-explorer now deals with cyclic/mutable data

2015-05-24 Thread 'John Clements' via users-redirect

> On May 22, 2015, at 1:52 PM, Tony Garnock-Jones  wrote:
> 
> Hi all,
> 
> I've updated racket-explorer (https://github.com/tonyg/racket-explorer)
> to handle cyclic (and mutable) data by lazily (and repeatedly) unfolding
> children only when the triangle next to an item is opened (and every
> time it is opened).
> 
> If you've tried it before and been discouraged at its handling of large,
> mutable, or infinite structures, please have another go and file bug
> reports using GH issues!
> (https://github.com/tonyg/racket-explorer/issues/new)

I think I’ve been waiting for this for a long time.

Many *extra* thanks for putting a screenshot in the github README; that’s often 
the make-or-break point in whether I’m going to try something out.

John Clements

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] racket-explorer now deals with cyclic/mutable data

2015-05-24 Thread Vincent St-Amour
Works like a charm now!

Thanks!

Vincent


At Fri, 22 May 2015 16:52:10 -0400,
Tony Garnock-Jones wrote:
> 
> Hi all,
> 
> I've updated racket-explorer (https://github.com/tonyg/racket-explorer)
> to handle cyclic (and mutable) data by lazily (and repeatedly) unfolding
> children only when the triangle next to an item is opened (and every
> time it is opened).
> 
> If you've tried it before and been discouraged at its handling of large,
> mutable, or infinite structures, please have another go and file bug
> reports using GH issues!
> (https://github.com/tonyg/racket-explorer/issues/new)
> 
> Thanks,
>   Tony
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to racket-users+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 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] racket-explorer now deals with cyclic/mutable data

2015-05-22 Thread Benjamin Greenman
Awesome!

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[racket-users] racket-explorer now deals with cyclic/mutable data

2015-05-22 Thread Tony Garnock-Jones
Hi all,

I've updated racket-explorer (https://github.com/tonyg/racket-explorer)
to handle cyclic (and mutable) data by lazily (and repeatedly) unfolding
children only when the triangle next to an item is opened (and every
time it is opened).

If you've tried it before and been discouraged at its handling of large,
mutable, or infinite structures, please have another go and file bug
reports using GH issues!
(https://github.com/tonyg/racket-explorer/issues/new)

Thanks,
  Tony

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.