about summary refs log tree commit diff stats
path: root/log.txt
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2022-12-04 10:49:40 -0500
committerelioat <elioat@tilde.institute>2022-12-04 10:49:40 -0500
commit317764b17df4a3d7b9a3d6af9097a0c884920e0f (patch)
treeca27861afcbd26a63aa64bf9d25c484d2510aa7d /log.txt
parent07127bdf5cb6a3e1b8c30d74b22d98c38622dd7f (diff)
downloaddecember-2022-317764b17df4a3d7b9a3d6af9097a0c884920e0f.tar.gz
update
Diffstat (limited to 'log.txt')
-rw-r--r--log.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/log.txt b/log.txt
index 61db972..38c1875 100644
--- a/log.txt
+++ b/log.txt
@@ -1,5 +1,5 @@
-30 NOV:	Came up with the idea to do December Adventure, bootstrapped this repo
+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: 
\ No newline at end of file
+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