-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomparaison.html
156 lines (148 loc) · 6.95 KB
/
comparaison.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>MicroAlg</title>
<meta name="description" content="Langage et environnements dédiés à l’algorithmique">
<meta name="keywords" content="microalg, algo, algorithme, algorithmique, lisp, langage, environnement, college, lycee" />
<meta name="author" content="Prof Gra">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/comparaison.css" />
<link rel="stylesheet" type="text/css" href="web/style.css" />
<link type="text/css" href="web/parenedit.css" rel="stylesheet" />
<link type="text/css" href="web/tipofthemoment.css" rel="stylesheet" />
<link rel="icon" href="visuels/logo_microalg.ico" />
</head>
<body>
<div class="container">
<header>
<h1 class="title">MicroAlg</h1>
</header>
<div id="container">
<p>Tableau comparatif de différentes solutions pour l’algorithmique.</p>
<table class="comparaisons">
<tr>
<th> </th>
<!-- nav --><th><abbr title="fonctionne dans un navigateur">web</abbr></th>
<!-- txt --><th><abbr title="programmation textuelle, avec des lignes de code">texte</abbr></th>
<!-- blk --><th><abbr title="programmation visuelle, comme avec des pièces de puzzle">blocs</abbr></th>
<!-- pas --><th><abbr title="exécution du programme instruction par instruction avec indicateurs visuels">pas à pas</abbr></th>
<!-- def --><th><abbr title="définir ses fonctions ou procédures">defs</abbr></th>
<!-- io --><th><abbr title="lire un fichier et écrire dans un fichier">I/O fichiers</abbr></th>
<!-- tor --><th><abbr title="la célèbre tortue du Logo">tortue</abbr></th>
<!-- img --><th><abbr title="génération ou transformation pixel par pixel">image</abbr></th>
<!-- zik --><th><abbr title="génération de musique ou bruitages">son</abbr></th>
<!-- anm --><th><abbr title="possibilité de déplacer des images">anims</abbr></th>
<!-- gam --><th><abbr title="animations visuelles et interactions">jeux vid</abbr></th>
</tr>
<tr>
<td class="col-title">MicroAlg</td>
<!-- nav --><td class="comp-v">✓</td>
<!-- txt --><td class="comp-v">✓</td>
<!-- blk --><td class="comp-v"><abbr title="voir en bas de cette page">✓</abbr></td>
<!-- pas --><td class="comp-">…</td>
<!-- def --><td class="comp-v">✓</td>
<!-- io --><td class="comp-">…</td>
<!-- tor --><td class="comp-v">✓</td>
<!-- img --><td class="comp-v">✓</td>
<!-- zik --><td class="comp-">…</td>
<!-- anm --><td class="comp-">…</td>
<!-- gam --><td class="comp-">…</td>
</tr>
<tr>
<td class="col-title">Algobox</td>
<!-- nav --><td class="comp--"><abbr title="seulement export non modifiable">~</abbr></td>
<!-- txt --><td class="comp-v">✓</td>
<!-- blk --><td class="comp--"><abbr title="pas de blocs, mais possibilité de cliquer plutôt que taper">~</abbr></td>
<!-- pas --><td class="comp-v">✓</td>
<!-- def --><td class="comp--"><abbr title="deux fonctions mathématiques seulement">~</abbr></td>
<!-- io --><td class="comp-x">✗</td>
<!-- tor --><td class="comp-x">✗</td>
<!-- img --><td class="comp-x">✗</td>
<!-- zik --><td class="comp-x">✗</td>
<!-- anm --><td class="comp-x">✗</td>
<!-- gam --><td class="comp-x">✗</td>
</tr>
<tr>
<td class="col-title">Scratch</td>
<!-- nav --><td class="comp-v">✓</td>
<!-- txt --><td class="comp-x">✗</td>
<!-- blk --><td class="comp-v">✓</td>
<!-- pas --><td class="comp-">?</td>
<!-- def --><td class="comp--"><abbr title="les blocs définis n’ont pas de valeur de retour (ou faut m’expliquer)">~</abbr></td>
<!-- io --><td class="comp-">?</td>
<!-- tor --><td class="comp-v"><abbr title="par défaut, c’est un chat">✓</abbr></td>
<!-- img --><td class="comp-">?</td>
<!-- zik --><td class="comp-v">✓</td>
<!-- anm --><td class="comp-v">✓</td>
<!-- gam --><td class="comp-v">✓</td>
</tr>
<tr>
<td class="col-title">Javascool</td>
<!-- nav --><td class="comp-x">✗</td>
<!-- txt --><td class="comp-v">✓</td>
<!-- blk --><td class="comp-x">✗</td>
<!-- pas --><td class="comp-">?</td>
<!-- def --><td class="comp-v">✓</td>
<!-- io --><td class="comp-v">✓</td>
<!-- tor --><td class="comp-">?</td>
<!-- img --><td class="comp-">?</td>
<!-- zik --><td class="comp-">?</td>
<!-- anm --><td class="comp-">?</td>
<!-- gam --><td class="comp-">?</td>
</tr>
<tr>
<td class="col-title">Python</td>
<!-- nav --><td class="comp-v"><abbr title="via Brython">✓</abbr></td>
<!-- txt --><td class="comp-v">✓</td>
<!-- blk --><td class="comp-v"><abbr title="via Blockly">✓</abbr></td>
<!-- pas --><td class="comp-v"><abbr title="via Online Python Tutor">✓</abbr></td>
<!-- def --><td class="comp-v">✓</td>
<!-- io --><td class="comp-v">✓</td>
<!-- tor --><td class="comp--"><abbr title="via 'import turtle', pas dispo pour tous les Python">~</abbr></td>
<!-- img --><td class="comp-v">✓</td>
<!-- zik --><td class="comp-v">✓</td>
<!-- anm --><td class="comp-v">✓</td>
<!-- gam --><td class="comp-v">✓</td>
</tr>
<tr>
<td class="col-title">Javascript</td>
<!-- nav --><td class="comp-v">✓</td>
<!-- txt --><td class="comp-v">✓</td>
<!-- blk --><td class="comp-v"><abbr title="via Blockly">✓</abbr></td>
<!-- pas --><td class="comp-v"><abbr title="via Online Python Tutor">✓</abbr></td>
<!-- def --><td class="comp-v">✓</td>
<!-- io --><td class="comp-v">✓</td>
<!-- tor --><td class="comp--"><abbr title="il faut installer une bibliothèque">~</abbr></td>
<!-- img --><td class="comp-v">✓</td>
<!-- zik --><td class="comp-v">✓</td>
<!-- anm --><td class="comp-v">✓</td>
<!-- gam --><td class="comp-v">✓</td>
</tr>
</table>
<table class="legende">
<tr><td><strong>en gras</strong></td><td>fonctionnalités (survoler pour plus de détails)</td><tr>
<tr><td class="comp-v">✓</td><td>oui</td><tr>
<tr><td class="comp--">~</td><td>presque (survoler le ~ pour plus de détails)</td><tr>
<tr><td class="comp-x">✗</td><td>non</td><tr>
<tr><td class="comp-">…</td><td>pas encore</td><tr>
<tr><td class="comp-">?</td><td>statut inconnu</td><tr>
</table>
</div>
<script type="text/javascript">
var $_Tawk_API={},$_Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5583e0d1cea5d22b4acfee51/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
</body>
</html>