Changes http://wiki.axiom-developer.org/AxiomProgramming/diff
--
??changed:
- At first it might be confusing: So many programming languages to choose
from. There is Lisp, Boot, Spad, Aldor and even more. So what do I really need
to learn? These are listed below in order of importance:
+ At first it might be confusing: So many programming languages to choose
from. There is Lisp, Boot, Spad, Aldor and even more that can all be compiled
from the Axiom interpreter.
+
+ You can also compile and use functions written in each of these languages in
web pages of this web site. See: AxiomTutorial .
+
+ So what do I really need to learn? These are listed below in order of
importance:
??changed:
- if you want to use Axiom for doing mathematics at a basic to intermediate
level. Similar in scope to the scripting languages provided by Maple,
Mathematica, etc., only *a lot better*
+ if you want to use Axiom for doing mathematics at a basic to intermediate
level. Similar in scope to the scripting languages provided by Maple,
Mathematica, etc., only *a lot better*.
--removed:
- To include Spad programs on web pages in this website click 'edit' (or
when adding comments or in bug reports) use::
-
- !\begin{spad}
- )abbrev ...
- ...
- \end{spad}
-
"Aldor":AldorForAxiom
--removed:
- To include Aldor programs on pages in this website use::
-
- !\begin{aldor}
- ...
- \end{aldor}
-
- or::
-
- !\begin{aldor}[name]
- ...
- \end{aldor}
--removed:
- You can add LaTeX formatted equations to pages on this web site by::
-
- !$$
- ...
- $$
-
- and inline symbols are written like this: !$\alpha +\beta$
-
- To include arbitrary LaTeX on pages in this website use::
-
- !\begin{latex}
- ...
- \end{latex}
-
--removed:
- To include Lisp programs on pages in this website use::
-
- !\begin{lisp}
- ...
- \end{lisp}
-
--removed:
- To include Boot programs on pages in this website use::
-
- !\begin{boot}
- ...
- \end{boot}
-
--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]