| 1 |
【使用方法】 |
| 2 |
(shellにて) |
| 3 |
cube:~ cd "解凍先ディレクトリ/lisp/" |
| 4 |
cube:~ clisp -norc |
| 5 |
|
| 6 |
(clispにて) |
| 7 |
(load "load.lisp") |
| 8 |
|
| 9 |
【凡例】 |
| 10 |
cube:~ matsu$ cd /Users/matsu/SourceForge/brc/lisp/ |
| 11 |
cube:~/SourceForgeJ/brc/lisp matsu$ clisp -norc |
| 12 |
i i i i i i i ooooo o ooooooo ooooo ooooo |
| 13 |
I I I I I I I 8 8 8 8 8 o 8 8 |
| 14 |
I \ `+' / I 8 8 8 8 8 8 |
| 15 |
\ `-+-' / 8 8 8 ooooo 8oooo |
| 16 |
`-__|__-' 8 8 8 8 8 |
| 17 |
| 8 o 8 8 o 8 8 |
| 18 |
------+------ ooooo 8oooooo ooo8ooo ooooo 8 |
| 19 |
|
| 20 |
Welcome to GNU CLISP 2.43 (2007-11-18) <http://clisp.cons.org/> |
| 21 |
|
| 22 |
Copyright (c) Bruno Haible, Michael Stoll 1992, 1993 |
| 23 |
Copyright (c) Bruno Haible, Marcus Daniels 1994-1997 |
| 24 |
Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998 |
| 25 |
Copyright (c) Bruno Haible, Sam Steingold 1999-2000 |
| 26 |
Copyright (c) Sam Steingold, Bruno Haible 2001-2007 |
| 27 |
|
| 28 |
Type :h and hit Enter for context help. |
| 29 |
|
| 30 |
[1]> (load "load.lisp") |
| 31 |
;; Loading file load.lisp ... |
| 32 |
;; Loading file /Users/matsu/SourceForgeJ/brc/lisp/Definitions.fas ... |
| 33 |
;; Loaded file /Users/matsu/SourceForgeJ/brc/lisp/Definitions.fas |
| 34 |
;; Loading file /Users/matsu/SourceForgeJ/brc/lisp/Macros.fas ... |
| 35 |
;; Loaded file /Users/matsu/SourceForgeJ/brc/lisp/Macros.fas |
| 36 |
;; Loading file /Users/matsu/SourceForgeJ/brc/lisp/Tools.fas ... |
| 37 |
;; Loaded file /Users/matsu/SourceForgeJ/brc/lisp/Tools.fas |
| 38 |
;; Loading file /Users/matsu/SourceForgeJ/brc/lisp/Console.fas ... |
| 39 |
;; Loaded file /Users/matsu/SourceForgeJ/brc/lisp/Console.fas |
| 40 |
;; Loading file /Users/matsu/SourceForgeJ/brc/lisp/Utils.fas ... |
| 41 |
;; Loaded file /Users/matsu/SourceForgeJ/brc/lisp/Utils.fas |
| 42 |
;; Loading file /Users/matsu/SourceForgeJ/brc/lisp/Convert.fas ... |
| 43 |
;; Loaded file /Users/matsu/SourceForgeJ/brc/lisp/Convert.fas |
| 44 |
;; Loading file /Users/matsu/SourceForgeJ/brc/lisp/Represent.fas ... |
| 45 |
;; Loaded file /Users/matsu/SourceForgeJ/brc/lisp/Represent.fas |
| 46 |
;; Loading file /Users/matsu/SourceForgeJ/brc/lisp/Common.fas ... |
| 47 |
;; Loaded file /Users/matsu/SourceForgeJ/brc/lisp/Common.fas |
| 48 |
;; Loading file /Users/matsu/SourceForgeJ/brc/lisp/Number.fas ... |
| 49 |
;; Loaded file /Users/matsu/SourceForgeJ/brc/lisp/Number.fas |
| 50 |
;; Loading file /Users/matsu/SourceForgeJ/brc/lisp/LiteraryUS.fas ... |
| 51 |
;; Loaded file /Users/matsu/SourceForgeJ/brc/lisp/LiteraryUS.fas |
| 52 |
;; Loading file /Users/matsu/SourceForgeJ/brc/lisp/LiteraryUK.fas ... |
| 53 |
;; Loaded file /Users/matsu/SourceForgeJ/brc/lisp/LiteraryUK.fas |
| 54 |
;; Loading file /Users/matsu/SourceForgeJ/brc/lisp/Kana.fas ... |
| 55 |
;; Loaded file /Users/matsu/SourceForgeJ/brc/lisp/Kana.fas |
| 56 |
;; Loading file /Users/matsu/SourceForgeJ/brc/lisp/Mathematics.fas ... |
| 57 |
;; Loaded file /Users/matsu/SourceForgeJ/brc/lisp/Mathematics.fas |
| 58 |
;; Loading file /Users/matsu/SourceForgeJ/brc/lisp/Pronunciation.fas ... |
| 59 |
;; Loaded file /Users/matsu/SourceForgeJ/brc/lisp/Pronunciation.fas |
| 60 |
;; Loading file /Users/matsu/SourceForgeJ/brc/lisp/Hyphenation.fas ... |
| 61 |
;; Loaded file /Users/matsu/SourceForgeJ/brc/lisp/Hyphenation.fas |
| 62 |
;; Loading file /Users/matsu/SourceForgeJ/brc/lisp/debug.fas ... |
| 63 |
NIL |
| 64 |
;; Loaded file /Users/matsu/SourceForgeJ/brc/lisp/debug.fas |
| 65 |
;; Loading file /Users/matsu/SourceForgeJ/brc/lisp/PrePostProcess.fas ... |
| 66 |
;; Loaded file /Users/matsu/SourceForgeJ/brc/lisp/PrePostProcess.fas |
| 67 |
;; Loading file /Users/matsu/SourceForgeJ/brc/lisp/Reader.fas ... |
| 68 |
;; Loaded file /Users/matsu/SourceForgeJ/brc/lisp/Reader.fas |
| 69 |
;; Compiling file /Users/matsu/SourceForgeJ/brc/lisp/Braille.lisp ... |
| 70 |
;; Wrote file /Users/matsu/SourceForgeJ/brc/lisp/Braille.fas |
| 71 |
;; Loading file /Users/matsu/SourceForgeJ/brc/lisp/Braille.fas ... |
| 72 |
|
| 73 |
|
| 74 |
+++ 言語連想配列の初期化中 |
| 75 |
+++ 墨字・点字の最大長の取得中 |
| 76 |
+++ 英語グレード2(米国)の辞書を作成中 |
| 77 |
+++ 英語グレード2(英国)の辞書を作成中 |
| 78 |
+++ 英語グレード2(米国)の辞書データを検証中 |
| 79 |
+++ 英語グレード2(英国)の辞書データを検証中 |
| 80 |
+++ 英語ハイフネーション(米国)の辞書を作成中 |
| 81 |
+++ 英語ハイフネーション(英国)の辞書を作成中 |
| 82 |
+++ US URL リストを作成中 |
| 83 |
+++ BrailleConverter の初期化が完了しました。 |
| 84 |
|
| 85 |
;; Loaded file /Users/matsu/SourceForgeJ/brc/lisp/Braille.fas |
| 86 |
0 errors, 0 warnings |
| 87 |
;; Loaded file load.lisp |
| 88 |
T |
| 89 |
[2]> (jp) |
| 90 |
0 |
| 91 |
[3]> #["あいうえお #123"] |
| 92 |
"ABCFI #ABC" |
| 93 |
[4]> #{"ABCFI #ABC"} |
| 94 |
"アイウエオ 123" |
| 95 |
[5]> (g1) |
| 96 |
0 |
| 97 |
[6]> #["This is a pen."] |
| 98 |
"THIS IS A PEN." |
| 99 |
[7]> #{"THIS IS A PEN."} |
| 100 |
"this is a pen." |
| 101 |
[8]> (g2us) |
| 102 |
0 |
| 103 |
[9]> #["This is a pen."] |
| 104 |
"? IS A P54" |
| 105 |
[10]> #{"? IS A P54"} |
| 106 |
"this is a pen." |
| 107 |
[11]> |
| 108 |
|
| 109 |
【ご参考】 |
| 110 |
.clisprc.lisp |