mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-16 19:54:38 +02:00
Remove lang: frontmatter key
This commit is contained in:
@@ -19,7 +19,6 @@ translators:
|
||||
- ["Chunyang Xu", "https://github.com/XuChunyang"]
|
||||
- ["Weihang Lo", "https://github.com/weihanglo"]
|
||||
filename: LearnBash-tw.sh
|
||||
lang: zh-tw
|
||||
---
|
||||
|
||||
Bash 是一個爲 GNU 計劃編寫的 Unix shell,是 Linux 和 macOS 下預設的 shell。
|
||||
|
@@ -1,6 +1,5 @@
|
||||
---
|
||||
language: Dart
|
||||
lang: zh-tw
|
||||
filename: learndart-tw.dart
|
||||
contributors:
|
||||
- ["Joao Pedrosa", "https://github.com/jpedrosa/"]
|
||||
|
@@ -6,7 +6,6 @@ contributors:
|
||||
translators:
|
||||
- ["Tai An Su", "https://github.com/taiansu"]
|
||||
filename: learnelixir-tw.ex
|
||||
lang: zh-tw
|
||||
---
|
||||
|
||||
Elixir 是一門建構在 Erlang 虛擬機上的現代函數式語言。它完全與 Erlang 相容,但
|
||||
|
@@ -7,7 +7,6 @@ contributors:
|
||||
- ["Ariel Krakowski", "http://www.learneroo.com"]
|
||||
translators:
|
||||
- ["Woody Chang", "https://github.com/kazettique"]
|
||||
lang: zh-tw
|
||||
---
|
||||
|
||||
JavaScript 是由網景公司(Netscape)的布蘭登·艾克(Brendan Eich)於 1995 年創建的。它最初被設計為一種更簡單的網站腳本語言,用於補足 Java 在更複雜的網路應用程式中使用,但由於它與網頁的高度整合,以及瀏覽器對 JavaScript 的原生支援,使得它在網頁前端的應用遠比 Java 更加普及。
|
||||
|
@@ -5,7 +5,6 @@ contributors:
|
||||
- ["Sachin Divekar", "http://github.com/ssd532"]
|
||||
translators:
|
||||
- ["Michael Yeh", "https://hinet60613.github.io/"]
|
||||
lang: zh-tw
|
||||
---
|
||||
|
||||
正規表達式(regular expression,或縮寫為regex, regexp)是一種用來表示搜尋模式的特殊字串。例如,你可以用`/^[a-z]+:/`來從網址`http://github.com`中擷取出`http:`這段http協定名稱。
|
||||
|
@@ -8,7 +8,6 @@ contributors:
|
||||
translators:
|
||||
- ["Kang-min Liu", "https://gugod.org"]
|
||||
- ["Shih-Kai Chiu", "https://twitter.com/zard1989"]
|
||||
lang: zh-tw
|
||||
---
|
||||
|
||||
Perl 5 是一款強大且功能豐富的程式語言,已經持續發展超過 25 年。
|
||||
|
@@ -8,7 +8,6 @@ contributors:
|
||||
translators:
|
||||
- ["Michael Yeh", "https://hinet60613.github.io/"]
|
||||
filename: learnpythonlegacy-tw.py
|
||||
lang: zh-tw
|
||||
---
|
||||
|
||||
Python是在1990年代早期由Guido Van Rossum創建的。它是現在最流行的程式語言之一。我愛上Python是因為他極為清晰的語法,甚至可以說它就是可執行的虛擬碼。
|
||||
|
@@ -6,7 +6,6 @@ contributors:
|
||||
translators:
|
||||
- ["Woody Chang", "https://github.com/kazettique"]
|
||||
filename: learntypescript-zh-tw.ts
|
||||
lang: zh-tw
|
||||
---
|
||||
|
||||
TypeScript 是為開發大型 JavaScript 應用程式而設計的語言。它為 JavaScript 導入某些程式語言常見的一些概念,諸如:類別(class)、模組(module)、介面(interface)、泛型(generic type)和靜態型別(static type)。TypeScript 是 JavaScript 的「超集」(superset):意即建立在 JavaScript 的基礎上,所有 JavaScript 語法皆可在 TypeScript 中使用。因此,TypeScript 可以無縫導入到任何 JavaScript 專案中。TypeScript 編譯器最終會編譯成 JavaScript 程式碼。
|
||||
|
Reference in New Issue
Block a user