|
|
|
|
|
by hajile
2069 days ago
|
|
https://www.cs.cornell.edu/courses/cs3110/2017fa/htmlman/fla... As of 3 years ago it wasn't, but maybe that has changed. Whole program compilation isn't without its downsides though. It seems pretty common to develop in SML/nj because of fast compiling then doing final performance profiling and deploying with mlton (having a standard helps). Function at a time is also more amenable to caching and reusing part of the previous compile. |
|