1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 24, 2024 — Aug 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Simplified the keyword argument handling code for insert and group and added tests for that. More... over 17 years ago
Moved scan* auxiliary functions just before the defmethod for readability. More... over 17 years ago
Replaced the `(eql nil)' parameter specializer with null in cycle and intersperse. More... over 17 years ago
Further improvements on docstrings. More... over 17 years ago
Removed unneeded eval-when around check-type-if. More... over 17 years ago
Added one more assertion to test-cycle. More... over 17 years ago
Fixed two bugs. More... over 17 years ago
Improved documentation. More... over 17 years ago
Converted most prelude functions to generic functions. This has the following results: More... over 17 years ago
Added some more file patterns to ignore. More... over 17 years ago
Updated timestamp. More... over 17 years ago
Added .hgignore to the repository. More... over 17 years ago
Added iteration.lisp to the repository (it disappeared during the migration to Mercurial). More... over 17 years ago
Minor changes to docstrings. More... over 17 years ago
Rewrote some parts of the README file to reflect recent changes. More... over 17 years ago
Added the key keyword parameter to the remaining relevant functions in prelude.lisp More... over 17 years ago
Updated doctests for $. More... over 17 years ago
Removed stale comment. More... over 17 years ago
Added a key keyword parameter to span, break*, and group. More... over 17 years ago
Improved README file. More... over 17 years ago
Fixed some mistakes in the README. More... over 17 years ago
Updated documentation. More... over 17 years ago
Moved slice to function.lisp. More... over 17 years ago
Implemented $ (multiple function composition). More... over 17 years ago
Finished replacing curry with slice. More... over 17 years ago
Replaced curry by slice. More... over 17 years ago
Efficiency improvements in scan* More... over 17 years ago
Documentation improvements. More... over 17 years ago
prelude.lisp: refactored scan* More... over 17 years ago
Fixed bug related to test-op. More... over 17 years ago