Skip to content

Instantly share code, notes, and snippets.

@nashby
Created April 2, 2012 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nashby/2286643 to your computer and use it in GitHub Desktop.
Save nashby/2286643 to your computer and use it in GitHub Desktop.
(ql:quickload "trivial-http")
(ql:quickload "cl-json")
(let ((user (nth 2 (trivial-http:http-get "http://coderwall.com/nashby.json"))))
(let ((decoded (json:decode-json user)))
(format t "~a~%" (nth 1 decoded))))
@kuntsevich
Copy link

what the fuck are you doing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment