diff options
author | elioat <elioat@tilde.institute> | 2022-12-03 13:19:25 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2022-12-03 13:19:25 -0500 |
commit | 507d5b8606437b269f14c869beded7b87b9d0d9b (patch) | |
tree | 6574ffb0cdf18ee96ec2d3002a78ec23991fd483 /rnd | |
parent | 3e5ce69bce525725f2275ecf368e21d91a0b87f9 (diff) | |
download | december-2022-507d5b8606437b269f14c869beded7b87b9d0d9b.tar.gz |
saaaaaaaaaaaaaaand box
Diffstat (limited to 'rnd')
-rw-r--r-- | rnd/sketch.rkt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/rnd/sketch.rkt b/rnd/sketch.rkt new file mode 100644 index 0000000..dd25774 --- /dev/null +++ b/rnd/sketch.rkt @@ -0,0 +1,13 @@ +#lang racket + +;; place for notes and tests and sketches and all that jazz + + +; the sketch of how maybe to access these nested hash tables (this has become hillariously difficult to solve) +; (define path '(some deep key)) -> + +; (for/fold ((ht deep-hash-table)) +; ((key (in-list path)) +; #:break +; (not (hash? ht))) +; (hash-ref ht key)) \ No newline at end of file |