I am in the process of wrapping up HtDP/2e for MITP. As a result I have to do a lot of refactoring on the source (remove color, replace images, change size, etc).
The book consists of ~45Kloc .scrbl and ~10Kloc .rkt. Until now I was extremely reluctant to edit scrbl code in drracket. But when you have to refactor a lot of embedded code, you really want to navigate large source files by lexical scope (c:x-n and friends to the rescue), find source bindings easily, open source files, add prefixes to import the same name from 2htpd/image and pict (the best way to replace one with the other), and so on. And drracket is up this task while my poor .scrbl mode in Emacs isn’t. [Anybody has something for these tasks?] So thanks to Robby and Dan for providing these features. ;; — - - I submitted some issues on github and via private email. But that just means these things really exist and you do too. I still can’t edit a lot of English/srbl text in Dr but that’s okay. — Matthias "I doubt, therefore I exist. Nah. I have bug reports, that’s why.” -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/9B15CE84-C069-43E1-A7D4-6C03E41CDF1C%40ccs.neu.edu. For more options, visit https://groups.google.com/d/optout.
