Arc Forumnew | comments | leaders | submitlogin
1 point by meric 5197 days ago | link | parent

Currently hash table -> (tab key key2) returns tab.key . It'd be cool if (tab key1 key2) returns ((tab key1) key2)


1 point by rocketnia 5197 days ago | link

Actually, (hash key default) behaves more like (or hash.key default), except that default is evaluated either way (since hash isn't a macro).

-----