From: Joel VanderWerf Date: 2005-10-07T11:34:26+09:00 Subject: Re: Language recommendations from ruby persons.... Mark Probert wrote: >>: infix 32 word number drop ; >>: plus infix + ; >>4 plus 5 . > > 9 ok Cute, but that only works when the second argument (5 in this case) is a literal. Getting true infix in forth would be as hard as doing it in any programming language implementation. -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407