bobbicodes / bobbi-lisp

Interactive Lisp environment for learning Clojure
https://bobbicodes.github.io/bobbi-lisp/
0 stars 0 forks source link

Use JavaScript Map type instead of objects for hash-maps #2

Closed bobbicodes closed 1 year ago

bobbicodes commented 1 year ago

I don't know why it originally used objects for hashmaps when JavaScript has a map type that can use any value for keys.