about summary refs log tree commit diff stats
path: root/rnd/sketch.rkt
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2022-12-04 15:16:52 -0500
committerelioat <elioat@tilde.institute>2022-12-04 15:16:52 -0500
commit5831542e01209729390f5171d54f505b133ab47e (patch)
tree188391d6e89393849d5b6f53cfb5ca6d994536f5 /rnd/sketch.rkt
parent8f83e6377a7a5e4209f8996c1c9e6870f8ec66b5 (diff)
downloaddecember-2022-5831542e01209729390f5171d54f505b133ab47e.tar.gz
re-org of rnd
Diffstat (limited to 'rnd/sketch.rkt')
-rw-r--r--rnd/sketch.rkt13
1 files changed, 0 insertions, 13 deletions
diff --git a/rnd/sketch.rkt b/rnd/sketch.rkt
deleted file mode 100644
index dd25774..0000000
--- a/rnd/sketch.rkt
+++ /dev/null
@@ -1,13 +0,0 @@
-#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