Re: [stack] Re: Barebone implementation of concatenative language in c or c++
"William Tanksley, Jr" <[email protected]> Sun, 25 Jul 2010 07:45:53 -0700
| Newsgroups | gmane.comp.lang.concatenative |
|---|---|
| Message-ID | <[email protected]> |
John Nowak <[email protected]> wrote: > You'd still need some way to parameterize functions > by other functions even if functions aren't available as > data at runtime. OBJ is an excellent example of how > to do parameterized programming without first-class > functions. Obviously, OBJ was invented long before Google searches :-). It took me a long time to find a link that actually had anything to do with the language. A better search string is "OBJ3". Unfortunately, I'm still clueless; none of the available references explain what you meant. I'm curious... How is OBJ an excellent example of that? It sounds like a useful property! > - jn -Wm