Created
July 22, 2014 07:59
-
-
Save shirok/8b4c98b1222083ddc3c3 to your computer and use it in GitHub Desktop.
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.baseがr7rsを読まないと定義されないので、読んどく (次のバージョンで直す) | |
(require "r7rs") | |
;; gauche.baseから不要なもの以外をインポート | |
(import (gauche.base :except (quote))) | |
;; 継承を切る | |
(extend) | |
;; define => #<syntax define> | |
;; quote => ;ERROR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
伝統的マクロで引っかかってしまうみたいです。。