Arc Forumnew | comments | leaders | submitlogin
1 point by aw 4823 days ago | link | parent

Aha! Very cool!

Yes, "mliteral", for example, will only look ahead for as many characters as it needs to. So if you type

  #\A [Enter]
then even though "#table" is more characters than are yet available in the input, it will only try as far as "#t" before it backtracks and tries a different alternative.