LISP Scheme Part5

このエントリーをはてなブックマークに追加
346343
>>344
あ、そういうことか。
ポータブルに書くのは難しいけど、gaucheならこんな感じでどう?
sys-selectはタイミング調整ね。

(define (come!)
 (for-each (lambda (x) (display x) (display "\r") (flush) (sys-select #f #f #f 200000))
 '((゚∀゚_) (∀゚ ) (゚  ) ( _ ) (  ゚) ( ゚∀) (_゚∀゚)))
(come!)