This file contains 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
(use gauche.process) | |
;; 2015/11/03 by @quasicrane (cranebird) | |
;; gauche-refj 「7.1 オブジェクトシステム」 の <ps-device> の試作。 | |
;; emacs のバッファに画像を表示する。 | |
;; 前提: | |
;; - emacs の scheme-mode で REPL を起動させていること | |
;; - emacs が doc-view-mode を持っており、postscript をバッファに表示できること | |
;; - emacs が daemon モードで動作していること。 emacsclient がパスに存在すること。 |
This file contains 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
;; -*- Mode: Lisp; Syntax: Common-Lisp -*- | |
;; | |
;; 第1回 Scheme コードバトン (CL fork) | |
;; | |
;; ■ これは何か? | |
;; 「Scheme のコードをバトンのように回していき面白い物ができあがるのを楽しむ遊びです。」のCL版です。 | |
;; 次回 Shibuya.lisp で成果を発表します。 | |
;; Scheme 初心者のコードを書くきっかけに、中級者には他人のコードを読む機会になればと思います。 | |
;; | |
;; ■ 2 つのルール |