[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Once again a plea for slash
- Subject: Re: Once again a plea for slash
- From: John G. Aspinall <JGA at MIT-MC>
- Date: Sun ,21 Dec 80 15:46:00 EDT
I agree with Guy's suggestions for slash, except for one.
Making / the general (ie type converting) operator would
introduce *more* inconsistency. Let's keep plus, difference,
product, and quotient as the general operators; +, -, *, /
as the fixnum choices etc.
After all, most numerical hackery involves being quite conscious
of whether you've got fixed or floating point entities on your
hands - eg zero checking.
John.