Re: [stack] sweetening concatenative syntax
Stevan Apter <[email protected]>
| Newsgroups | gmane.comp.lang.concatenative |
|---|---|
| Message-ID | <[email protected]> |
>
> if n>k, then e.g. f "projects":
>
> [[1][3 4][5 6 7]][+ *][map] -> [[1 + *][7 *] 18]
sorry - that should be:
[[1][3 4][5 6 7]][+ *] map -> [[1 + *][7 *] 18]
as i said, it's been a while.