Skip to content

Instantly share code, notes, and snippets.

@bouzuya
Created September 13, 2012 14:53
Show Gist options
  • Select an option

  • Save bouzuya/3714826 to your computer and use it in GitHub Desktop.

Select an option

Save bouzuya/3714826 to your computer and use it in GitHub Desktop.
; ファイルの書き込み
(spit "test.txt" "foobarbaz") ; => nil
; ファイルの読み込み
(slurp "test.txt") ; => "foobarbaz"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment