View transcript-on.scm
;;; | |
;;; gauche.vport の活用 : mirroring port と transcript-on | |
;; そして column port | |
;;; | |
;;; skimu@me.com | |
;;; Feb 4, 2016 | |
;;; | |
;;; transcript-on2 が期待される動作をしないのを修正して、 | |
;;; ついでに現在のカラムをとってこれる column port を追加。 | |
;;; |
View svg-levy-makiki
#!/usr/bin/env gosh | |
;; -*-Scheme-*- | |
;;; | |
;;; Makiki Practice : Levy by SVG | |
;;; | |
;;(use ggc.util) | |
(use gauche.net) | |
(use gauche.parseopt) | |
(use gauche.parameter) | |
(use math.const) |