Re: [open-axiom-devel] [fricas-devel] Removed support for obsolete syntax.

2008-02-26 Thread Ralf Hemmecke
> It may be useful to have a constructor which create a record : > AList := [ 11,22,33 ] > Arec := [| 123, "azerty", 1.2e-3 |] and used with Arec.1, Arec.2 or Arec.3 I am not so sure about Axiom, but in Aldor each type can provide a function "bracket". The compiler then translates [x,y,z,

Re: [open-axiom-devel] [fricas-devel] Removed support for obsolete syntax.

2008-02-25 Thread Martin Rubey
Dear Gaby, Waldek, Waldek Hebisch <[EMAIL PROTECTED]> writes: > I have just removed support for a few constructs that I consider > obsolete: > - usage of '(|', '|)', '(<' and '>)' insted of '[', ']', '{' and '}' > - APL like syntax for maps > - "scripted symbols" in the Spad parser. > > Rational