1
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Wrote correct name in THANKS file. More... almost 18 years ago
Sanity checks. More... almost 18 years ago
Added the README and THANKS files to the system definition. More... almost 18 years ago
Implemented scalar product as vector* More... almost 18 years ago
Moved while to a different file (iteration.lisp) More... almost 18 years ago
Implemented while macro. More... almost 18 years ago
Added THANKS file to the repository. More... almost 18 years ago
Fixed incompatibility with Haskell's semantics in take. More... almost 18 years ago
Fixed bugs in take-while and drop-while. More... almost 18 years ago
Fixed type in README. More... almost 18 years ago
Added documentation More... almost 18 years ago
Improved readability in range. More... almost 18 years ago
Improved documentation. More... almost 18 years ago
Removed unneeded parentheses in a let More... almost 18 years ago
Simplified starts-with and ends-with. More... almost 18 years ago
Forgot to add range.lisp to the repository. More... almost 18 years ago
Modified string-startswith and string-endswith to use generic sequences and renamed them to starts-with and ends-with. More... almost 18 years ago
Implemented string-startswith and string-endswith. More... almost 18 years ago
Implemented hash-table->alist and alist->hash-table. More... almost 18 years ago
Prevented name clash with Clisp's dohash macro. More... almost 18 years ago
Implemented dohash. More... almost 18 years ago
Replaced uses of car (resp. cdr) with first (resp. rest) More... almost 18 years ago
Made some optimizations. More... almost 18 years ago
Implemented unzip. More... almost 18 years ago
Renamed break to break* to stop being incompatible with :common-lisp More... almost 18 years ago
Implemented insert. More... almost 18 years ago
Implemented take and take-while in terms of span. More... almost 18 years ago
Rewrote span. More... almost 18 years ago
Implemented drop and drop-while More... almost 18 years ago
Implemented split-at More... almost 18 years ago