UNIX Script Language

出自KMU Wiki

(修訂版本間差異)
跳轉到: 導航, 搜索
在2008年5月14日 (三) 14:54所做的修訂版本 (編輯)
Cch (對話 | 貢獻)

←上一個
當前修訂版本 (2008年5月14日 (三) 15:16) (編輯) (撤銷)
Cch (對話 | 貢獻)

 
(2個中途的修訂版本沒有顯示。)
第5行: 第5行:
=== Perl === === Perl ===
-* [http://www.perl.org/about.html Perl 簡介]+* "Perl is a stable, cross platform programming language.Perl takes the best features from other languages, such as C, awk, sed, sh, and BASIC, among others."
* [http://www.perl.org The Perl Directory] (When you need perl, think perl.org) * [http://www.perl.org The Perl Directory] (When you need perl, think perl.org)
第22行: 第22行:
* [http://www.python.org Python Programming Language -- Official Website] * [http://www.python.org Python Programming Language -- Official Website]
 +
 +* [http://en.wikipedia.org/wiki/Python_%28programming_language%29 Wikipedia 的 Python (programming language) 條目]
=== PHP === === PHP ===
第29行: 第31行:
* [http://www.php.net PHP Official Website] * [http://www.php.net PHP Official Website]
-<br>+* [http://en.wikipedia.org/wiki/PHP Wikipedia 的 PHP 條目]
=== Ruby === === Ruby ===
第36行: 第38行:
* [http://www.ruby-lang.org/en/ Ruby Official Website] * [http://www.ruby-lang.org/en/ Ruby Official Website]
 +
 +* [http://en.wikipedia.org/wiki/Ruby_%28programming_language%29 Wikipedia 的 Ruby (programming language) 條目]
* [http://rubyonrails.org/ Ruby on Rails] * [http://rubyonrails.org/ Ruby on Rails]

當前修訂版本

Script Language (指令稿語言): 不用編譯就可以執行的語言

目錄

[編輯] 常見的 Script Language

[編輯] Perl

  • "Perl is a stable, cross platform programming language.Perl takes the best features from other languages, such as C, awk, sed, sh, and BASIC, among others."
  • "There's more than one way to do it." (TIMTOWTDI)
  • "Write only."

[編輯] Python

  • "Python is a dynamic object-oriented programming language that can be used for many kinds of software development. "

[編輯] PHP

  • "PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML."

[編輯] Ruby

  • "Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write."