aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/compile/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/glossary/compile/index.html')
-rw-r--r--files/fr/glossary/compile/index.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/files/fr/glossary/compile/index.html b/files/fr/glossary/compile/index.html
new file mode 100644
index 0000000000..dfa623e454
--- /dev/null
+++ b/files/fr/glossary/compile/index.html
@@ -0,0 +1,24 @@
+---
+title: Compilation
+slug: Glossaire/Compile
+tags:
+ - Compilation
+ - Glossaire
+ - Langages
+translation_of: Glossary/Compile
+---
+<p>La compilation est un processus consistant à transformer un programme informatique, écrit dans un langage donné, en un programme dans un autre langage (généralement en assembleur qui pourra être exécuté par l'ordinateur).</p>
+
+<h2 id="En_savoir_plus">En savoir plus</h2>
+
+<h3 id="Connaissances_générales">Connaissances générales</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "Compilateur")}} sur Wikipedia</li>
+</ul>
+
+<h3 id="Pour_approfondir"><strong>Pour approfondir</strong></h3>
+
+<ul>
+ <li><a href="http://stackoverflow.com/a/1672/133203">A big list of learning material on StackOverflow</a></li>
+</ul>