UNIX Script Language
出自KMU Wiki
(修訂版本間差異)
在2008年5月14日 (三) 14:12所做的修訂版本 (編輯) Cch (對話 | 貢獻) (新頁面: Script Language (指令稿語言): 不用編譯就可以執行的語言 == 常見的 Script Language == === Perl === === Python === === Ruby ===) ←上一個 |
在2008年5月14日 (三) 14:54所做的修訂版本 (編輯) (撤銷) Cch (對話 | 貢獻) 下一個→ |
||
第4行: | 第4行: | ||
=== Perl === | === Perl === | ||
+ | |||
+ | * [http://www.perl.org/about.html Perl 簡介] | ||
+ | |||
+ | * [http://www.perl.org The Perl Directory] (When you need perl, think perl.org) | ||
+ | |||
+ | * [http://www.wikipedia.org/wiki/Perl Wikipedia 的 Perl 條目] | ||
+ | |||
+ | * "There's more than one way to do it." (TIMTOWTDI) | ||
+ | |||
+ | * [http://www.cpan.org CPAN (Comprehensive Perl Archive Network)] | ||
+ | 2008-05-14 online since 1995-10-26 4419 MB 236 mirrors 6618 authors 13564 modules | ||
+ | |||
+ | * "Write only." | ||
=== Python === | === Python === | ||
+ | |||
+ | * "Python is a dynamic object-oriented programming language that can be used for many kinds of software development. " | ||
+ | |||
+ | * [http://www.python.org Python Programming Language -- Official Website] | ||
+ | |||
+ | === PHP === | ||
+ | |||
+ | * "PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML." | ||
+ | |||
+ | * [http://www.php.net PHP Official Website] | ||
+ | |||
=== Ruby === | === 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." | ||
+ | |||
+ | * [http://www.ruby-lang.org/en/ Ruby Official Website] | ||
+ | |||
+ | * [http://rubyonrails.org/ Ruby on Rails] |
在2008年5月14日 (三) 14:54所做的修訂版本
Script Language (指令稿語言): 不用編譯就可以執行的語言
目錄 |
常見的 Script Language
Perl
- The Perl Directory (When you need perl, think perl.org)
- "There's more than one way to do it." (TIMTOWTDI)
2008-05-14 online since 1995-10-26 4419 MB 236 mirrors 6618 authors 13564 modules
- "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."