Changes
http://wiki.axiom-developer.org/358VariableIsApparentlyAlwaysAssumedToBePositive/diff
--
++added:
+<hr />
+
+**On June 3, 2007 Bill Page wrote:**
+
+An anonymous author wrote::
+
+ Axiom is being inconsistent, and this is an interpreter bug!
+
+In the Axiom programming language it is possible to avoid the
+immediate evaluation of 'f(x)' in some contexts. For example
\begin{axiom}
\end{axiom}
++added:
+
+but the Axiom interpreter does not treat [...] as an operator or
+even a generator. Perhaps this could be considered inconsistent.
+In this regard the Aldor programming language is certainly more
+general and more consistent.
+
+But to be consistent with other parts of Axiom as it exists now it
+is possible to write this in an equivalent for "functional" manner:
+\begin{axiom}
+map(f,expand(-5..5))
+\end{axiom}
+
--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]