Skip to content

Instantly share code, notes, and snippets.

@jacksonwillis
Created March 15, 2012 18:54
Show Gist options
  • Save jacksonwillis/2046015 to your computer and use it in GitHub Desktop.
Save jacksonwillis/2046015 to your computer and use it in GitHub Desktop.
Jarl Expectations
(function hello 1 n
(/puts 'Hello, ' n '!'))
(hello 'Hope')
(hello 'world')
(/require 'yaml')
(set name-of-god 'Athena')
(/puts (.reverse name-of-god))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment