The WILD Tutorial
Jean-Paul Sansonnet — January 5, 2008
ã
ã Foreword
Before reading this tutorial, it is assumed that you have some understanding of the basics of Mathematica.
See at least the "very short introduction to Mathematica" in the WILD home page.
We will also refer to WILD Editor web page and reading the "The WILD Editor help" in the WILD home page could help.
Also, "THE WILD API" in the WILD is a summary of the WILD available functions.
In this tutorial we use the Mathematica Notebook interface which is far more richer than the textinput interface of the WILD
Ediror. We have tried to preserve the appearances by printing the evaluation results in blue. However there could be some
differences in the display BUT NOT IN THE WILD CODE.
In this tutorial, a Mathematica expression is any Mathematica expression that is WILD compatible, i.e. that do not contain
unauthorized Mathematica predefined functions and variables: among them are: Clear, Names, ToExpression, Pause, Get,
Put, .. and many others (if encountererd an ERROR message is sent back).
For the sake of clarity, we will use in this tutorial a special system function WILDRESET[] before each example evaluation
so that the examples will be evaluated in the context of the WILD runtime at t0 which will never be the case in practice when
programming in a web page. This operator is not authorized in a user WILD expression.
NOTE : in the notebooks, some symbols have sometimes equivalent mathematical notations:
: > ...
Voir