mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-20 05:21:26 +02:00
Add "-fr" before filename extansion, Replace "facile" with "simple"
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
language: hy
|
language: hy
|
||||||
filename: learnhy.hy
|
filename: learnhy-fr.hy
|
||||||
contributors:
|
contributors:
|
||||||
- ["Abhishek L", "http://twitter.com/abhishekl"]
|
- ["Abhishek L", "http://twitter.com/abhishekl"]
|
||||||
translators:
|
translators:
|
||||||
@@ -15,7 +15,7 @@ Ceci permet à hy d'appeler du code python et à python d'appeler du code hy.
|
|||||||
Ce tutoriel fonctionne pour hy > 0.9.12
|
Ce tutoriel fonctionne pour hy > 0.9.12
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
;; Ceci est une introduction facile à hy, pour un tutoriel rapide aller à
|
;; Ceci est une introduction simple à hy, pour un tutoriel rapide aller à
|
||||||
;; http://try-hy.appspot.com
|
;; http://try-hy.appspot.com
|
||||||
;;
|
;;
|
||||||
; Les commentaires se font avec des points-virgules, comme les autres LISPS
|
; Les commentaires se font avec des points-virgules, comme les autres LISPS
|
||||||
|
Reference in New Issue
Block a user