in reply to Re: Re: Lisp vs. Perl Round 3: Operator Associativity and Manipulation
in thread Lisp vs. Perl Round 3: Operator Associativity and Manipulation
How does your example "do the job right?" Please read the title of the post. You created a telegraphed example which only supports binary infix operators. It won't work for unary ops and it will fail on more complex ops where you must know Perl prcedences rules.
You example only used '+' and 'eql' so I followed suit. I only invested 5 minutes in putting it together. You show me yours and I will show you mine.
And finally, the use of strings is very slow
And when did Lisp become blindingly fast?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Lisp vs. Perl Round 3: Operator Associativity and Manipulation
by hding (Chaplain) on Jun 09, 2001 at 02:23 UTC |