-
Notifications
You must be signed in to change notification settings - Fork 7
/
milestones.html
64 lines (43 loc) · 1.48 KB
/
milestones.html
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<!--# include file="/templates/header.html" -->
<title>Egison - Milestones</title>
</head>
<body data-spy="scroll" data-target=".bs-sidebar" data-offset="0">
<!--# include file="/templates/navbar.html" -->
<div class="container manual">
<div class="row">
<div class="col-md-8" id="top" role="complementary">
<h1>Milestones</h1>
</div>
</div>
<div class="row">
<div class="col-md-12" role="main">
<h3>Version 3.4.0</h3>
<p>
With this version, we will implement a module system.
</p>
<h3>Version 4.0.0</h3>
<p>
From this version, Egison will have a static typing system as Haskell.
</p>
<h3>Version 4.1.0</h3>
<p>
From this version, Egison will be able to call Haskell functions and libraries.
</p>
<img src="/images/radar-chart-egison.png" width="500px">
<h2 id="next">Next Action...</h2>
<p>
<a class="btn btn-lg btn-primary" href="/" role="button">Back to Home</a>
</p>
</div>
</div><!--/row-->
<hr class="divider">
<div class="row">
<!--# include file="/templates/disqus-main.html" -->
</div><!--/row-->
</div><!-- /.container -->
<!--# include file="/templates/footer.html" -->
</body>
</html>