-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorial.src.html
More file actions
35 lines (29 loc) · 871 Bytes
/
tutorial.src.html
File metadata and controls
35 lines (29 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<div class="row">
<div class="col-md-12">
<h1>Tutorial</h1>
<hr>
<p>
The tutorial is design to run the ReactiveML interactive mode
using <code>rmltop</code>. Lines starting with then <code>#</code> symbol
cannot be used in the compiled mode.
</p>
<h3>Lessons</h3>
<p>
<ul>
<li><a href="./tutorial/lesson1.html">Lesson 1: Quick tour</a>
<p>An introduction to the main constructs of ReactiveML.</p>
</li>
<li><a href="./tutorial/lesson2.html">Lesson 2: Moving ball</a>
<p>Illustration of the dynamic
creation of processes through a graphical example.</p>
</li>
<li><a href="./tutorial/lesson3.html">Lesson 3: Dynamic reconfiguration</a>
<p>Examples of the expressiveness of higher order.</p>
</li>
<li><a href="./tutorial/lesson4.html">Lesson 4: Alarm clock</a>
<p>How to program automata.</p>
</li>
</ul>
</p>
</div>
</div>