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
Age
Commit message (
Expand
)
Author
2025-02-11
Macro (alist-val) to access the actual value of a key in an alist
Aryadev Chavali
2025-02-11
Reworked build.lisp and load.lisp into bob.lisp
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
functions -> forms in lib.macros
Aryadev Chavali
2025-02-11
Introduce lib.functions which includes helper functions
Aryadev Chavali
2025-02-11
Extract parsing logic from read-integers into parse-integers
Aryadev Chavali
2025-02-11
Re-implement all functions in main via fn macro.
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 program that reads some integers then prints their sum
Aryadev Chavali
2025-02-11
Implement a `while' macro.
Aryadev Chavali
2025-02-11
Rewrite entrypoint to prompt for a name, then print it
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
[prev]