Skip to content

Instantly share code, notes, and snippets.

@stibear
Created October 3, 2014 14:40
Show Gist options
  • Save stibear/0adfbe183cbdca6993c7 to your computer and use it in GitHub Desktop.
Save stibear/0adfbe183cbdca6993c7 to your computer and use it in GitHub Desktop.
(import (scheme base))
(define (hoge n)
(fuga (- n 1)))
(define (fuga n)
(list n))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment