Implement eq and equal hash tables
authorDavid Vázquez <davazp@gmail.com>
Sun, 16 Feb 2014 05:04:31 +0000 (06:04 +0100)
committerDavid Vázquez <davazp@gmail.com>
Sun, 16 Feb 2014 05:04:31 +0000 (06:04 +0100)
commit29c5587e4ad81dd1442c5f54cc686a45f7cb9d2e
tree107e22091c48ecf8af1063939f5189b5abccbaa7
parent16c6b803f3163285eb6196e5add9f26050f46f84
Implement eq and equal hash tables
jscl.lisp
src/boot.lisp
src/hash-table.lisp [new file with mode: 0644]
tests/hash-tables.lisp [new file with mode: 0644]