Re: [racket-users] Putting everything in a single monolithic source file

2017-07-21 Thread WarGrey Gyoudmon Ju
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 wrote: > I'm using mostly racket-mode in emacs for development and even with helm > and p

[racket-users] Putting everything in a single monolithic source file

2017-07-21 Thread Erich Rast
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