This is a living document - delete things when done. Avoid discussion. Current version (Jamison Creek) - more operators: and then, or else, if else - global consts - structs - const or variable fields - initial value - anonymous field - array or struct (or pointer to these) - [] can apply to anon array field - anon struct field gets fields interpolated Next version ?? - manifest values for arrays and structs [a,b,c] - yet more operators - split values so I can have an array of just the value (1 byte for u8) - integers, unsigned, bitfield, float - pointers - owned or borrowed - overloaded or pure - array slice - char, string search Much later - functions and procedures - per-field attributes - records - enum - classes - imports and exports - closuers, threads, co-routines