Skip to content

Instantly share code, notes, and snippets.

View shkmr's full-sized avatar

Shigenobu Kimura shkmr

  • Austin, TX
View GitHub Profile
@shkmr
shkmr / transcript-on.scm
Last active September 11, 2017 08:54
gauche.vport の活用 : mirroring port と transcript-on
;;;
;;; gauche.vport の活用 : mirroring port と transcript-on
;; そして column port
;;;
;;; skimu@me.com
;;; Feb 4, 2016
;;;
;;; transcript-on2 が期待される動作をしないのを修正して、
;;; ついでに現在のカラムをとってこれる column port を追加。
;;;
@shkmr
shkmr / svg-levy-makiki
Last active January 29, 2016 04:48
Small demo using Gauche-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)