in reply to Re: Lisp vs. Perl Round 3: Operator Associativity and Manipulation
in thread Lisp vs. Perl Round 3: Operator Associativity and Manipulation

Just a nit: the Lisp notation for math would be described as Polish (function before arguments) rather than Reverse Polish (function after arguments).

  • Comment on Re: Re: Lisp vs. Perl Round 3: Operator Associativity and Manipulation