about summary refs log tree commit diff
path: root/fun/wcl (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-02-21 r/559 chore: Rename pkgs->depot in all Nix file headersVincent Ambo1-3/+3
2020-01-29 r/475 refactor(fun/wcl): Use portable unix-opts libraryVincent Ambo2-1/+2
unix-opts, imported into buildLisp.nix in the previous commit, provides an implementation independent way of parsing command line arguments.
2020-01-29 r/472 fix(fun/wcl): Use 'eql' for byte comparisonsVincent Ambo1-4/+4
The fact that this works is just an implementation-specific detail. In theory, 'eq' will only compare object instance equality and not value. Thanks to /u/patrec from HN for pointing this out.
2020-01-28 r/470 fix(fun/wcl): Count words correctly if file starts with whitespaceVincent Ambo1-2/+3
2020-01-28 r/469 feat(fun/wcl): Add a simple 'wc' clone in LispVincent Ambo2-0/+46
Prompted by this thread: https://lobste.rs/s/zntyeq/wc_d_712_characters_without_single_branch