Re: [stack] stackless concatenativity + visual dataflow
"William Tanksley, Jr" <[email protected]>
| Newsgroups | gmane.comp.lang.concatenative |
|---|---|
| Message-ID | <[email protected]> |
John Nowak <[email protected]> wrote: > The version using map-with is certainly clearer. Perhaps there really > is a readability benefit in gently forcing the programmer to use > combinators with fixed stack effects. The Forth community's experience strongly suggests that there is. Words with externally visible variable stack effects are frowned upon. > - John -Wm