Skip to content

Instantly share code, notes, and snippets.

@masatoi
Created April 13, 2014 09:26
Show Gist options
  • Save masatoi/10576256 to your computer and use it in GitHub Desktop.
Save masatoi/10576256 to your computer and use it in GitHub Desktop.
;;; -*- Coding: utf-8; Mode: Scheme; -*-
(define add1
(lambda (x) (+ x 1)))
(add1 10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment