Roger Pack wrote: >>> 4) (this one's controversial) remove the extra # for code in strings >>> (i.e. "string#{code}") -> "string{code}" less typing. >> Would not like having to escape { in strings... > > Ok. This next isn't meant as an attacking question but...do you use { in > normal strings often? Granted probably more than #, but...? Yes, quite extensively when generating C code. Would hate to have to use \{...} instead of {...} for C blocks. Also, but less often, inside of instance_eval "...", or eval "...", etc. -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407