Program from int value
static Program fromInt(int number) { return Program._( sourceType: _ProgramSourceType.bytes, sourceValue: encodeInt(number).byteList); }