summaryrefslogtreecommitdiff
path: root/day3/1/guile/main.scm
AgeCommit message (Expand)Author
2021-12-24Use predicate instead of treating a parsed number as truthyRobby Zambito
2021-12-23Added some comments and newlinesRobby Zambito
2021-12-23Removed redundant initialization of the closure.Robby Zambito
2021-12-23Another day, another complete rewrite of day3/1Robby Zambito
2021-12-21Added some comments, styling changes.Robby Zambito
2021-12-21Use list instead of cons for pairs.Robby Zambito
2021-12-21Create function to map bf to a number.Robby Zambito
2021-12-21Use map with multiple lists instead of map on zipRobby Zambito
2021-12-21Completely rewrote day3/1/guileRobby Zambito
2021-12-19Use lists instead of cons for num pairsRobby Zambito
2021-12-19Day 3 part 1 in GuileRobby Zambito