Data update
This commit is contained in:
parent
4bb20c9b71
commit
cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions
|
|
@ -8,9 +8,9 @@
|
|||
(define (table-hash table source key-proc )
|
||||
(local-make-store table)
|
||||
(for ((r source))
|
||||
(local-put-value
|
||||
(key-proc r)
|
||||
(append (list r) (local-get-value (key-proc r) table)) table)))
|
||||
(local-put-value
|
||||
(key-proc r)
|
||||
(append (list r) (local-get-value (key-proc r) table)) table)))
|
||||
|
||||
;; build the two tables
|
||||
(define-syntax-rule (second record) (cadr record))
|
||||
|
|
@ -22,6 +22,6 @@
|
|||
|
||||
;; join
|
||||
(for* ((k (local-keys 'AGES))
|
||||
(a (local-get-value k 'AGES))
|
||||
(n (local-get-value k 'NEMESIS)))
|
||||
(writeln a n))
|
||||
(a (local-get-value k 'AGES))
|
||||
(n (local-get-value k 'NEMESIS)))
|
||||
(writeln a n))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue