about summary refs log blame commit diff stats
path: root/log.txt
blob: 38c187547b1dcf3792546e90309d5bb849a790ea (plain) (tree)
1
2
3
4
5
                                                                                    
                                                                                                                                                              
                                                                                                                            
                                                                                                                                                          
                                                                                                                                          
30 NOV:	Came up with the idea to do December Adventure, bootstrapped this repository
01 DEC:	Played with vector sorting and summing in APL. Wrote function to fetch data from pokeapi, and return data as s-expression. Explored racket fmt utility
02 DEC: Added a function to grab only the data I'll need for the pokedex entry, and add it all to a hash table for later use
03 DEC: Going *deep* on how best to handle hash table data -- not lots of visible progress, but lots of noodling [late night addition -- cracked the nut!]
04 DEC: Today a lot of noodling and toodling with recursion. Exploring ways to map/filter/for-each over the data to access what I am after