3 Sep
2010
3 Sep
'10
1:59 p.m.
2010/9/3 Kassen
I feel that the downside to that is that the charm of "maybe" comes from it being a single word that will look exactly like "true" or "false" in syntax hilighted code. it's the apparent "self-evident-ness" of a keyword that's that unusual that creates the appeal to me.
If we made 'likely' (and 'unlikely') chuckable that would make it nice: .70 => likely; /* also sets 'unlikely' to .30 at the same time */ if (likely) 1.0 => sample_rate; else 1.5 => sample_rate; .90 => likely; if (unlikely) ...