Re: [stack] a constructive-concatenative language
John Nowak <[email protected]>
| Newsgroups | gmane.comp.lang.concatenative |
|---|---|
| Message-ID | <[email protected]> |
On Dec 7, 2008, at 7:59 AM, John Nowak wrote:
> ? sum = [id, 0] (fold +) -- HOFs are curried
Sigh. That should read as follows:
sum = [id, 0] fold:+
I swear I proofread this thing before I sent it.
- John