scicloj / wolframite

An interface between Clojure and Wolfram Language (the language of Mathematica)
https://scicloj.github.io/wolframite/
Mozilla Public License 2.0
56 stars 2 forks source link

Replace hand-rolled HashMap type with new WL "Associations" #4

Closed metasoarous closed 11 months ago

metasoarous commented 3 years ago

At the time of writing, Mathematica didn't have an associative hash-map type data structure, but does now have "Associations". As mentioned by one of the more recent contributors to Clojuratica, we should adapt the extant mappings to translate Clojure maps to these Association structures for better semantic mirroring between the languages.

holyjak commented 11 months ago

Addressed by #14 I believe?