You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The intent is not to be production ready, but as a pedagogical exercise to show how it can be done using Mill's various features.
Seems like either C or Typescript are plausible candidates as they both have a two-step compile -> link/optimize workflow that should exercise a good amount of Mill's functionality. The end result should be
a sample three-module build in that language
two upstream modules that can compile independently/in-parallel
each module should use some simple third-party deendencies
one downstream module links/optimizes it all together into a runnable executable
The text was updated successfully, but these errors were encountered:
The intent is not to be production ready, but as a pedagogical exercise to show how it can be done using Mill's various features.
Seems like either C or Typescript are plausible candidates as they both have a two-step compile -> link/optimize workflow that should exercise a good amount of Mill's functionality. The end result should be
The text was updated successfully, but these errors were encountered: