index
:
cantedraw
master
The five card poker game. A simulator written in Common Lisp.
Aryadev Chavali <aryadev@aryadevchavali.com>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Collapse
)
Author
2025-07-10
Overhaul
master
Aryadev Chavali
Loads of changes, some which I wasn't sure what I was on when doing them
2025-03-02
Add a reverse argument sort
Aryadev Chavali
2025-02-22
Implement specific function generation functions for each threading macro
Aryadev Chavali
2025-02-22
Fix --> to not convert first argument, if it's a symbol, to a form.
Aryadev Chavali
2025-02-21
Add unit tests for lib.functions.remove-at-indices
Aryadev Chavali
2025-02-21
Add unit tests for lib.functions.rev-map
Aryadev Chavali
2025-02-21
Add unit tests for lib.functions.split
Aryadev Chavali
2025-02-21
Add unit tests for lib.functions.take
Aryadev Chavali
2025-02-21
Add unit tests for lib.functions.range
Aryadev Chavali
2025-02-19
Implement -<> operator for threading an argument through first parameter
Aryadev Chavali
2025-02-15
Rework `$` operator to take a capture variable
Aryadev Chavali
In case operators require use of a variable, we should let the caller provide the symbol so we don't fall into weird package issues.
2025-02-14
Implement a function to remove specific indices from a list
Aryadev Chavali
2025-02-14
Split source code into different modules for cleanliness
Aryadev Chavali