UNIX Script Language
出自KMU Wiki
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."
- The Perl Directory (When you need perl, think perl.org)
- "There's more than one way to do it." (TIMTOWTDI)
- 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 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."