[Factor-talk] A word that lets me ommit stack comments

2011-12-18 Thread missingfaktor
Is there a parsing word that lets you define words without a stack effect declaration? -- Cheers, missingfaktor . -- Learn Windows Azure Live! Tuesday, Dec 13, 2011 Microsoft is holdin

Re: [Factor-talk] A word that lets me ommit stack comments

2011-12-18 Thread P.
I've wondered the same. Theoretically, since Factor can infer stack effects, one should be able to leave them out. On Dec 18, 2011, at 3:44 PM, missingfaktor wrote: > Is there a parsing word that lets you define words without a stack effect > declaration? > -- > Cheers, > missingfaktor. > >

Re: [Factor-talk] A word that lets me ommit stack comments

2011-12-18 Thread Joe Groff
On Sun, Dec 18, 2011 at 2:32 PM, P. wrote: > I've wondered the same. Theoretically, since Factor can infer stack > effects, one should be able to leave them out. > Stack effects can't be fully inferred in a safe manner. I forget the full details, but somewhere in the archives or his blog, Slava

Re: [Factor-talk] A word that lets me ommit stack comments

2011-12-18 Thread Konstantin Syrov
On Mon, Dec 19, 2011 at 4:09 AM, Joe Groff wrote: > On Sun, Dec 18, 2011 at 2:32 PM, P. wrote: > >> I've wondered the same. Theoretically, since Factor can infer stack >> effects, one should be able to leave them out. >> > > Stack effects can't be fully inferred in a safe manner. I forget the fu