Skip to content

Instantly share code, notes, and snippets.

@ThomasHintz
Created May 28, 2011 02:36
Show Gist options
  • Save ThomasHintz/996534 to your computer and use it in GitHub Desktop.
Save ThomasHintz/996534 to your computer and use it in GitHub Desktop.
Hintz Chicken Scheme Shell Config Example
(teejay@teejays-eee)-(/home/teejay/thomas/programming/scheme/shell)-(22:29:31)
$ (ls)
shell shell.scm shell.scm~
(teejay@teejays-eee)-(/home/teejay/thomas/programming/scheme/shell)-(22:30:00)
$ (+ 1 2)
3
(teejay@teejays-eee)-(/home/teejay/thomas/programming/scheme/shell)-(22:30:07)
$ (ls -A)
.git shell shell.scm shell.scm~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment