Closed
Description
We want the language to ship with an integrated unit-testing system of sorts. Nothing too fancy, just a "no excuses" sort of entrypoint in the language plus some driver logic to collect tests and make a binary that shells out to a runner with a stock interface.
Possibly copy D with its "test { ... }" blocks or such.