Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 530 Bytes

spec-diff.md

File metadata and controls

12 lines (10 loc) · 530 Bytes

Specification differences

This is a list of known differences between Burlap and the current Sack spec.

  • Burlap allows int and float casts on every type. (Will change)
  • Burlap lets functions access variables declared after them. (May change)
  • Burlap does not buffer file IO, so flush simply returns none.
  • Burlap allows setting list keys that don't exist.
  • 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.