On Nov 26, 2016, at 7:54 AM, SR <[email protected]> wrote: > I am hoping someone out there can recommend a strong editor / IDE which makes > it trivial to collapse blocks of code or otherwise make it a lot easier to > navigate through long racket programs
FWIW, DrRacket does have a "Collapse S-expression" function (right-click in any expression). It also has a "Program Contour" overview that shows the whole program in miniature. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

