11
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 16, 2024 — Sep 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use lein-multi, because it's awesome.
technomancy
as Phil Hagelberg
More... almost 15 years ago
Don't show pprint 1.1 loading exceptions if contrib simply isn't present.
technomancy
as Phil Hagelberg
More... almost 15 years ago
Check for Clojure 1.2+ before falling back to contrib's pprint.
technomancy
as Phil Hagelberg
More... almost 15 years ago
Clojure 1.1 support for pprint.
technomancy
as Phil Hagelberg
More... almost 15 years ago
Revert "Temporarily disable *e, *1, *2, *3 for Clojure 1.3 compatibility."
technomancy
as Phil Hagelberg
More... almost 15 years ago
Avoid with-local-vars in eval-and-grab-output. More... almost 15 years ago
Ensure we're grabbing *e, *1, *2, *3. More... almost 15 years ago
Temporarily disable *e, *1, *2, *3 for Clojure 1.3 compatibility.
technomancy
as Phil Hagelberg
More... almost 15 years ago
Use backwards-compatible metadata syntax.
technomancy
as Phil Hagelberg
More... almost 15 years ago
Set ^:dynamic on rebindable vars, and remove earmuffs on rest. More... almost 15 years ago
Fix whitespace. More... almost 15 years ago
Mention font-lock in repl.
technomancy
as Phil Hagelberg
More... almost 15 years ago
Stop describe-symbol from throwing an NPE when given the name of a java class
sanityinc
as Steve Purcell
More... almost 15 years ago
Typo.
technomancy
as Phil Hagelberg
More... almost 15 years ago
Factor out swank-form function for improved hookability.
technomancy
as Phil Hagelberg
More... almost 15 years ago
Display string locals in breakpoints with quotes. More... almost 15 years ago
Fix typo in function name
sanityinc
as Steve Purcell
More... almost 15 years ago
Improve I/O Efficiency by reading multiple characters at once
Jürgen Hötzel
as Juergen Hoetzel
More... almost 15 years ago
Replace a piece of code with a call to an equivalent function (maybe-ns)
sanityinc
as Steve Purcell
More... almost 15 years ago
Add minimal support to describe-symbol for namespaces
sanityinc
as Steve Purcell
More... almost 15 years ago
Bind to localhost for the zero-arity version of start-repl.
technomancy
as Phil Hagelberg
More... almost 15 years ago
Refactor to reduce duplication in code for finding var definitions and xrefs
sanityinc
as Steve Purcell
More... almost 15 years ago
Fix for arglist highlighting on functions defined with defnk. More... almost 15 years ago
Allow M-. to jump to namespaces from aliases, not just from fully-qualified names
sanityinc
as Steve Purcell
More... almost 15 years ago
Make slime-edit-definition (M-.) work with namespace names (e.g. "clojure.core"), rather than throw ClassNotFoundException
sanityinc
as Steve Purcell
More... almost 15 years ago
Bug fix. Arglists were in reverse order. Remember kids (into () ..) reverses seq. More... about 15 years ago
Opps, removed debugging statements. More... about 15 years ago
Rewrote code, much clearer! Made several improvements: in apply form, if not on apply name shows arglist for function being applied, and in first level of binding forms highlights binding correctly. More... about 15 years ago
Added function name and highlighting of current arg to autodoc. More... about 15 years ago
Stop describe-symbol from generating a stacktrace when called with a namespace name
sanityinc
as Steve Purcell
More... about 15 years ago