Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
|
Re: Problem overloading a System function
Posted:
Jan 10, 2013 2:19 AM
|
|
On 1/8/2013 10:39 PM, klevasseur@mac.com wrote: > Background to my question: Al Hibbard and I have developed the AbstractAlgebra >package (https://sites.google.com/site/eaamhl/home ) and over the years, >some of our names have been usurped by Wolfram for System functions.
Hi;
Thanks for your package. But you really should not have used UpperCase first letter for names of your functions or variables, since this can cause conflict with Mathematica's own names, as your example shows.
It is well known that Mathematica uses UpperCase for all its system functions and symbols. Any one writing a package, even though the package has its own context, should really consider using only lowerCase starting letter in the name.
--Nasser
|
|
|
|