aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/compile/index.md
blob: a4ebd4c49cde06b71db1f07c0fd90a05e121a71f (plain)
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
---
title: Compilation
slug: Glossary/Compile
tags:
  - Compilation
  - Glossaire
  - Langages
translation_of: Glossary/Compile
original_slug: Glossaire/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>