Katsutoshi Itoh
cut-s****@maste*****
2007年 3月 9日 (金) 21:08:37 JST
Shiro Kawai wrote: > うーん、「既にインストールされているgosh」との整合性の問題かなぁ。 > 今はリリース版の0.8.9がインストールされてるんですよね? インストール > 済のgauche-init.scm (gosh -fload-verboseでパスが表示される) 中には > string-interpolateの定義がありますよね? > > goshは3/2時点のcurrentです。 gosh> cut-sea @ nkisi> gosh -fload-verbose ;;Loading /usr/local/share/gauche/0.8.9/lib/gauche-init.scm... ;;Loading /usr/local/share/gauche/0.8.9/lib/gauche/interactive.scm... gosh> cut-sea @ nkisi> grep string-interpolate /usr/local/share/gauche/0.8.9/lib/gauche-init.scm (define-reader-ctor 'string-interpolate (lambda (s) (string-interpolate s))) ;;lambda is required to delay loading gosh> (apropos 'string-interpolate) string-interpolate (gauche) という感じで一応定義されてるとみてよいかな。