This is a list of known differences between Burlap and the current Sack spec.
- Burlap allows
intandfloatcasts on every type. (Will change) - Burlap does not buffer file IO, so
flushsimply returns none. - Burlap allows comments at the end of files.
- Burlap does not warn about style issues.
- Burlap allows bytes less than 8 bits.
- Burlap allows printing none.