Skip to content

Instantly share code, notes, and snippets.

@joshuakfarrar
Created November 24, 2015 07:34
Show Gist options
  • Select an option

  • Save joshuakfarrar/15caa45db028f9de7062 to your computer and use it in GitHub Desktop.

Select an option

Save joshuakfarrar/15caa45db028f9de7062 to your computer and use it in GitHub Desktop.
user=> (defn ls [dir] (seq (.list (clojure.java.io/file dir))))
#'user/ls
user=> (ls "microdungeon")
("monster.h" "map.c" "ex17.c" ".git" ".gitignore" "mud.h" "Makefile" "monster.c" "room.c" "map.h" "room.h" "mud.c")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment