summaryrefslogtreecommitdiffhomepage
path: root/fr-fr
diff options
context:
space:
mode:
Diffstat (limited to 'fr-fr')
-rw-r--r--fr-fr/haskell.html.markdown1
-rw-r--r--fr-fr/objective-c-fr.html.markdown7
2 files changed, 5 insertions, 3 deletions
diff --git a/fr-fr/haskell.html.markdown b/fr-fr/haskell.html.markdown
index 9d0cec99..989db1d5 100644
--- a/fr-fr/haskell.html.markdown
+++ b/fr-fr/haskell.html.markdown
@@ -5,6 +5,7 @@ contributors:
translators:
- ["David Baumgartner", "http://davidbaumgartner.ch"]
lang: fr-fr
+filename: learnhaskell-fr.hs
---
Haskell a été conçu pour être un langage fonctionnel pur et maniable. Il est connu pour ses monades et son système de types, mais je n'ai cesse d'y revenir pour son élégance. Pour moi, Haskell fait de la programmation une joie.
diff --git a/fr-fr/objective-c-fr.html.markdown b/fr-fr/objective-c-fr.html.markdown
index b14b3a52..b98d161e 100644
--- a/fr-fr/objective-c-fr.html.markdown
+++ b/fr-fr/objective-c-fr.html.markdown
@@ -7,13 +7,14 @@ contributors:
- ["Levi Bostian", "https://github.com/levibostian"]
translators:
- ["Yannick Loriot", "https://github.com/YannickL"]
-filename: LearnObjectiveC.m
+filename: LearnObjectiveC-fr.m
+lang: fr-fr
---
L'Objective-C est un langage de programmation orienté objet réflexif principalement utilisé par Apple pour les systèmes d'exploitations Mac OS X et iOS et leurs frameworks respectifs, Cocoa et Cocoa Touch.
-```objective-c
+```cpp
// Les commentaires sur une seule ligne commencent par //
/*
@@ -524,4 +525,4 @@ __unsafe_unretained NSArray *unsafeArray; // Comme __weak, mais la variable n'es
[iOS pour les écoliers : Votre première app iOS](http://www.raywenderlich.com/fr/39272/ios-pour-les-ecoliers-votre-premiere-app-ios-partie-12)
-[Programming with Objective-C. Apple PDF book](https://developer.apple.com/library/ios/documentation/cocoa/conceptual/ProgrammingWithObjectiveC/ProgrammingWithObjectiveC.pdf) \ No newline at end of file
+[Programming with Objective-C. Apple PDF book](https://developer.apple.com/library/ios/documentation/cocoa/conceptual/ProgrammingWithObjectiveC/ProgrammingWithObjectiveC.pdf)