Ilya Zakharevich on Tue, 4 Mar 2003 17:18:00 -0800


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: pari-2.2.5.alpha released


On Tue, Mar 04, 2003 at 01:01:33PM +0100, Karim BELABAS wrote:

> GP input/output is done via '@', e.g nf@[....], where [....] is the current
> nf object [ exactly as is currently output by nfinit ]. This way, tagged
> object are copy-paste compatible.

thinking more about this syntax: would not it be good to use this for
"named precedure parameters".  E.g., with

   f(start,end,step) = ...

one could call it as

   res = f(step@16, start@56, end@4e7)

How do you like it?

Ilya