If the code is written in Typed Racket, the compilation time will drive you mad since every one-byte-modification forces the entire project being typed-checked...
On Fri, Jul 21, 2017 at 5:07 PM, Erich Rast <er...@snafu.de> wrote: > I'm using mostly racket-mode in emacs for development and even with helm > and projectile mode greping info from the source directory is > cumbersome. So I was thinking about putting my entire project into one > source file with lots of explicit (module ...) declarations. This > doesn't break modularity, I'm the only developer, and I can still > factor out specific modules as packages later. > > But I'm wondering whether this has any other disadvantages e.g. for > compilation or optimization, or might even break in future? > > Best, > > Erich > > -- > 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.