Open any .bml file in companion/source-samples/ and the eight-line header is the same:
{`// Name: Cut.bml
// Author: Urs C. Muff
// Email: muff@colorado.edu
// Date: 11-Apr-2000
// Platform: BML Virtual Machine
// Compiler: JBMF (R) Compiler`}
Platform: BML Virtual Machine and Compiler: JBMF (R) Compiler — the file announces what runtime expects it and what compiler produced its bytecode. By April 2000 (the date on the Cut primitive) the system was self-aware enough to stamp every source file with its compilation lineage. That's the maturity-mark of a working language: the banner stops being aspirational and starts being a fact.