Re: [stack] R
Stevan Apter <[email protected]>
| Newsgroups | gmane.comp.lang.concatenative |
|---|---|
| Message-ID | <[email protected]> |
if that's intellectual curiosity, i am marie of roumania. ----- Original Message ----- From: "John Nowak" <[email protected]> To: <[email protected]> Sent: Wednesday, March 19, 2008 6:00 PM Subject: Re: [stack] R > > 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 > >