このページに関してのお問い合わせはこちら
LISP Scheme Part5
ツイート
346
:
343
:
02/07/02 11:57
>>344
あ、そういうことか。
ポータブルに書くのは難しいけど、gaucheならこんな感じでどう?
sys-selectはタイミング調整ね。
(define (come!)
(for-each (lambda (x) (display x) (display "\r") (flush) (sys-select #f #f #f 200000))
'((゚∀゚_) (∀゚ ) (゚ ) ( _ ) ( ゚) ( ゚∀) (_゚∀゚)))
(come!)