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
/
packages.lisp
Age
Commit message (
Expand
)
Author
2025-02-14
Rewrote --> to take a placeholder symbol as first argument
Aryadev Chavali
2025-02-14
Prefix all packages with `cantedraw`
Aryadev Chavali
2025-02-14
cantedraw.lisp -> main.lisp
Aryadev Chavali
2025-02-11
odraw -> cantedraw
Aryadev Chavali
2025-02-11
main -> odraw
Aryadev Chavali
2025-02-11
Import lib.functions in main
Aryadev Chavali
2025-02-11
rev-map function
Aryadev Chavali
2025-02-11
Macro (alist-val) to access the actual value of a key in an alist
Aryadev Chavali
2025-02-11
Implement `split` function.
Aryadev Chavali
2025-02-11
Implement a "take" function to read subsequences of a list
Aryadev Chavali
2025-02-11
Implement `$` operator, second class version of the applicative operator
Aryadev Chavali
2025-02-11
Introduce lib.functions which includes helper functions
Aryadev Chavali
2025-02-11
Add type alias for function and macro for defining functions with type specifier
Aryadev Chavali
2025-02-11
Implement a `while' macro.
Aryadev Chavali
2025-02-11
Implement threading macros and make package lib.macros to hold them.
Aryadev Chavali
2025-02-11
Initial commit.
Aryadev Chavali