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

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 tri

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 h