forked from elixirschool/elixirschool
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TH] Initial Thai translation (elixirschool#1182)
* [TH] Initial Thai translation * [TH] Fix typo and wording in index.md
- Loading branch information
Showing
9 changed files
with
73 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,5 +96,8 @@ DEPENDENCIES | |
sprockets-es6 | ||
uglifier | ||
|
||
RUBY VERSION | ||
ruby 2.3.1p112 | ||
|
||
BUNDLED WITH | ||
1.14.6 | ||
1.15.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
script_direction: ltr | ||
project: | ||
title: โรงเรียน Elixir | ||
description: บทเรียนเกี่ยวกับภาษา Elixir | ||
table_of_contents: สารบัญ | ||
share: แบ่งปัน | ||
sections: | ||
home: หน้าแรก | ||
basics: พื้นฐาน | ||
advanced: ขั้นสูง | ||
specifics: เฉพาะทาง | ||
libraries: Libraries | ||
version_messages: | ||
outdated: "เนื้อหาบางส่วนของบทแปลฉบับนี้อาจล้าสมัย" | ||
major: "ต้นฉบับมีการเปลี่ยนแปลงสำคัญเกิดขึ้นเป็นจำนวนมากนับตั้งแต่การปรับปรุงครั้งล่าสุด" | ||
minor: "ต้นฉบับมีการเปลี่ยนแปลงรายย่อยเกิดขึ้นเป็นจำนวนมากนับตั้งแต่การปรับปรุงครั้งล่าสุด" | ||
patch: "ต้นฉบับมีการแก้ไขเล็กน้อยเกิดขึ้นเป็นจำนวนมากนับตั้งแต่การปรับปรุงครั้งล่าสุด" | ||
none: "บทแปลฉบับนี้ทันสมัย" | ||
error: "เกิดข้อบกพร่องบางอย่างกับการประกาศเวอร์ชันของบทที่คุณกำลังอ่าน" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: Elixir School - โรงเรียน Elixir | ||
--- | ||
|
||
[![License](//img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) | ||
|
||
บทเรียนการเขียนโปรแกรมภาษา Elixir ซึ่งได้แรงบันดาลใจมาจาก [Scala School](http://twitter.github.io/scala_school/) โดย Twitter | ||
|
||
ยินดีต้อนรับทุกคำติชมและความช่วยเหลือ! | ||
|
||
## เกี่ยวกับ Elixir | ||
|
||
"Elixir เป็นภาษาที่ dynamic และ functional ซึ่งออกแบบมาเพื่อสร้างแอพพลิเคชันที่สามารถขยายระบบและดูแลรักษาได้ง่าย" — [elixir-lang.org](http://elixir-lang.org/) | ||
|
||
Elixir ใช้ประโยชน์จาก Erlang VM (BEAM) ที่ได้ผ่านการใช้งานมาอย่างโชกโชน เพื่อใช้ในการสร้างระบบกระจายที่ทนต่อความผิดพลาด (fault-tolerant) และมี latentency ที่ต่ำติดมากับตัว | ||
|
||
__Features__: | ||
|
||
+ ขยายระบบได้ง่าย (scalable) | ||
+ ทนต่อความผิดพลาด (fault-tolerant) | ||
+ รองรับการเขียนโปรแกรมเชิงฟังก์ชัน (functional programming) | ||
+ ต่อเติมได้ง่าย (extensible) |
Empty file.
Empty file.
Empty file.
Empty file.