0
I Use This!
Inactive

Commits : Listings

Analyzed 34 minutes ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated to point to clojure.contrib More... almost 15 years ago
A simple script for running the timing loop More... almost 15 years ago
Added a lot of type hints More... almost 15 years ago
Modified the binding translation to be a little less stupid & changed the :pprint-dispatch keyword arg of write to :dispatch More... almost 15 years ago
Support for *print-length* More... almost 15 years ago
Support for *print-level* More... almost 15 years ago
Support for java arrays More... almost 15 years ago
Use the formatter macro so we'll only compile the formats the first time we use them More... almost 15 years ago
Made formatter really only do the compiles once More... almost 15 years ago
Make prlabel refer to prerr in a namespace bound way so it works right when used in other macros More... almost 15 years ago
Tag often called java methods More... about 15 years ago
Support for a bunch of core functions/macros where we want to hold the first argument together with the function name when reasonable. More... about 15 years ago
Added a function to format doc to a file. More... about 15 years ago
Hand-coded the list formatter for code lists to keep backquote forms from blowing the stack More... about 15 years ago
Cleaned up the formatting on condp structures now that emacs understands them More... about 15 years ago
All special forms and everything with let-like bindings are now handled in *code-dispatch* More... about 15 years ago
Added type tags to avoid reflection in the low-level code and got a 2x speed up in pretty printing. More... about 15 years ago
Added support for def in *code-dispatch* More... about 15 years ago
Added tests for reader macro handling More... about 15 years ago
Removed a TODO that was already done. More... about 15 years ago
Converted all tabs to spaces so things line up right outside emacs More... about 15 years ago
Some code for testing performanace in a very coarse way. More... about 15 years ago
Added a (seq ...) when constructing arg-navigators as a protection against laziness (suggested by Meikel Brandmeyer) More... about 15 years ago
Changed formatter to be a macro so that the string is compiled at read time. More... about 15 years ago
Updated to use the latest test invocation model. More... about 15 years ago
Fixed a test failure More... about 15 years ago
Added target for running unit tests from ant More... about 15 years ago
Release v2.0.0 More... about 15 years ago
Some formatting fixes More... about 15 years ago
Tell people where they can get it. And to talk back. More... about 15 years ago