シェルスクリプト言語xyzshのソースコード。
修订版 | bc60e896958aa3413bf1eb05aea1d260f980598f (tree) |
---|---|
时间 | 2012-11-02 02:33:37 |
作者 | ab25cq <ab25cq@gmai...> |
Commiter | ab25cq |
USAGE
@@ -8,8 +8,6 @@ | ||
8 | 8 | |
9 | 9 | Ofcourse, on interactive shell, it helps you to type with completion. |
10 | 10 | |
11 | - Weak point of xyzsh is performance, so you can't use it for heavy or important task, but you can use it for quick hack, especially for text processing. | |
12 | - | |
13 | 11 | Taget users are who has mastered bash, sed/awk, perl, python, ruby and want to seek somemore. If you don't master these tools, you should learn these tools before using xyzsh. |
14 | 12 | |
15 | 13 | I can't take resposbility on your works with xyzsh. I recommend that you use this on your personal systems. |
@@ -4,17 +4,15 @@ | ||
4 | 4 | |
5 | 5 | xyzshはインタラクティブシェルでもありテキスト処理ツールでもあるスクリプト言語です。 |
6 | 6 | |
7 | - PerlやRubyのようなテキスト処理コマンドを含み、簡易なオブジェクト指向プログラミングも行えます。 | |
7 | + PerlやRubyのようなテキスト処理コマンドを含み、オブジェクト指向プログラミングも行えます。 | |
8 | 8 | |
9 | 9 | もちろん、インタラクティブシェルではコマンド名やオブジェクト名のコマンドライン補完も行われます。 |
10 | 10 | |
11 | - 弱点はパフォーマンスが悪いことで、あまり本格的な使用には耐えないと思います。 | |
12 | - | |
13 | - その代わり、何度も使わないような書き捨ての処理を短時間で、(時には対話的に)書く用途には向いていると思います。 | |
11 | + 何度も使わないような書き捨ての処理を短時間で、(時には対話的に)書く用途に向いていると思います。 | |
14 | 12 | |
15 | 13 | 対象とするユーザーとしては、bashやperl, python, ruby, sed, awkなど一通りマスターしたけれども、「もっと何か無いかな?」 と思っておられる方です。 |
16 | 14 | |
17 | - 使用に当たっては、このプログラムによって被る結果には自分で責任を持つことをお願いします。あと本格的なシステムでの重要な処理では使わないでください。あくまで個人的に使ってください。 | |
15 | + 使用に当たっては、このプログラムによって被る結果には自分で責任を持つことをお願いします。 | |
18 | 16 | |
19 | 17 | このプログラムのラインセンスはMITラインセンスです。自由に再配布でき書き換えることもできます。詳しくはwikipediaなどでMITラインセンスについて調べてください。ここでは述べません。 |
20 | 18 |