This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; | |
;;; gauche.vport の活用 : mirroring port と transcript-on | |
;; そして column port | |
;;; | |
;;; [email protected] | |
;;; Feb 4, 2016 | |
;;; | |
;;; transcript-on2 が期待される動作をしないのを修正して、 | |
;;; ついでに現在のカラムをとってこれる column port を追加。 | |
;;; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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) |