Skip to content

Instantly share code, notes, and snippets.

@bouzuya
Last active December 10, 2015 13:48
Show Gist options
  • Select an option

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

Select an option

Save bouzuya/4443336 to your computer and use it in GitHub Desktop.
; Clojure でのリソースの取得
; Thread.currentThread().getContextClassLoader().getResource("my.resource") 相当
(clojure.java.io/resource "my.resource")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment