Re: [stack] R
John Nowak <[email protected]>
| Newsgroups | gmane.comp.lang.concatenative |
|---|---|
| Message-ID | <[email protected]> |
On Mar 19, 2008, at 5:46 PM, Christopher Diggins wrote:
> Hi Stevan,
>
> What makes it an array language?
You can write this:
(1 2 3) (4 5 6) +
Instead of this:
(1 2 3) (4 5 6) [+] zip-with
And this:
(1 2 3)\+
Instead of this:
(1 2 3) [+] reduce
*shrug*
- John