Skip to content

Instantly share code, notes, and snippets.

@yamasushi
yamasushi / gist:3162414
Created July 23, 2012 07:25 — forked from psihy/gist:2206070
いかにしておっぱい画像をダウンロードするか~2012 Scheme(Gauche)編
; Gauche 0.9.2
(use srfi-43)
(use rfc.http)
(use rfc.json)
(use rfc.uri)
(use util.list)
(use util.match)
(use file.util)
(use gauche.threads)