Re: [stack] Re: Barebone implementation of concatenative language in c or c++
Don Groves <[email protected]> Sat, 22 May 2010 23:49:08 -0700
| Newsgroups | gmane.comp.lang.concatenative |
|---|---|
| Message-ID | <[email protected]> |
> --- In [email protected], "William Tanksley, Jr" > <wtanksleyjr@...> wrote: >> >> pml060912 <pml540114@...> wrote: >>> "William Tanksley, Jr" <wtanksleyjr@> wrote: >>>> Laziness is one of the things that can't easily be imported to a >>>> concatenative language. It seems to me that laziness can be implemented simply by encapsulating all data in functions. If a particular function is not called, that data is not evaluated. What am I missing? don