== Quote from Walter Bright ([email protected])'s article > I think that some categories of software will never be free open source. For > example, tax prep software. That's because tax software is a load of tedious > detail work with no glory.
Aww come one, we should be able to write a few CTFE functions that generate the source code to tax prep software for you. Been working on this, but I keep running into the following bug: mixin(taxPrep(Countries.unitedStates)); // Error: Out of memory. Tax code too complicated.
