Re: [stack] Barebone implementation of concatenative language in c or c++

<[email protected]> Wed, 19 May 2010 12:21:05 -0500
Newsgroups gmane.comp.lang.concatenative
Message-ID <[email protected]>
I am never posting at work again.

>   cross f g . bi h i  ==  cross (f . h) (g . i)

cross f g . bi h i  ==  bi (f . h) (g . i)

>   [H] [I] bi [F] [G] bi*  ==  [H F] [I G] bi*

[H] [I] bi [F] [G] bi*  ==  [H F] [I G] bi

Argh!

- jn