Skip to content

Instantly share code, notes, and snippets.

View mbrezu's full-sized avatar
🐢
Yes, but not right now.

Miron Brezuleanu mbrezu

🐢
Yes, but not right now.
View GitHub Profile
@mbrezu
mbrezu / debug.clj
Created December 14, 2009 15:45 — forked from khinsen/debug.clj
;; Slightly enhanced version of Alex Osborne's debug-repl (http://gist.github.com/252421)
;; Typing () quits the debug REPL, making it possible to continue without terminating the
;; input stream by typing Ctrl-D.
;; Inspired by George Jahad's version: http://georgejahad.com/clojure/debug-repl.html
(ns debug
[:require clojure.main])
(defmacro local-bindings