On Wednesday, 21 June 2017 at 16:10:41 UTC, Dan Walmsley wrote:
My idea is to build the whole thing, see what the code size and
performance is, and then one by one reduce things down as
needed.
Starting from nothing so far has been a bit of a none starter!
This way, you'll end up having to port all of druntime to your
target, though, only to then throw away considerable amounts of
work that went into the parts you don't want to use.
I don't think the notion of implementing a feature being easier
than understanding how to rip it out is very realistic.
— David