Use lein-multi, because it's awesome. |
|
More...
|
almost 15 years ago
|
Don't show pprint 1.1 loading exceptions if contrib simply isn't present. |
|
More...
|
almost 15 years ago
|
Check for Clojure 1.2+ before falling back to contrib's pprint. |
|
More...
|
almost 15 years ago
|
Clojure 1.1 support for pprint. |
|
More...
|
almost 15 years ago
|
Revert "Temporarily disable *e, *1, *2, *3 for Clojure 1.3 compatibility." |
|
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. |
|
More...
|
almost 15 years ago
|
Use backwards-compatible metadata syntax. |
|
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. |
|
More...
|
almost 15 years ago
|
Stop describe-symbol from throwing an NPE when given the name of a java class |
|
More...
|
almost 15 years ago
|
Typo. |
|
More...
|
almost 15 years ago
|
Factor out swank-form function for improved hookability. |
|
More...
|
almost 15 years ago
|
Display string locals in breakpoints with quotes. |
|
More...
|
almost 15 years ago
|
Fix typo in function name |
|
More...
|
almost 15 years ago
|
Improve I/O Efficiency by reading multiple characters at once |
|
More...
|
almost 15 years ago
|
Replace a piece of code with a call to an equivalent function (maybe-ns) |
|
More...
|
almost 15 years ago
|
Add minimal support to describe-symbol for namespaces |
|
More...
|
almost 15 years ago
|
Bind to localhost for the zero-arity version of start-repl. |
|
More...
|
almost 15 years ago
|
Refactor to reduce duplication in code for finding var definitions and xrefs |
|
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 |
|
More...
|
almost 15 years ago
|
Make slime-edit-definition (M-.) work with namespace names (e.g. "clojure.core"), rather than throw ClassNotFoundException |
|
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 |
|
More...
|
about 15 years ago
|