|
|
|
|
|
by jcl
6657 days ago
|
|
My tentacles have only found two decent hashtable-oriented languages: JavaScript >~1.5 and Io. I'm not sure whether or not you'd find it "decent", but you might consider adding Lua to your list. It's small, relatively fast, and uses hashtables as its composite data structure. It also has some other neat stuff, like tail-calls and coroutines. |
|