mathics / Mathics

This repository is for archival. Please see https://github.com/Mathics3/mathics-core
https://mathics.org
Other
2.07k stars 205 forks source link

Add Entity for adding Physical Constants like Avogadro #1126

Open rocky opened 3 years ago

rocky commented 3 years ago

https://reference.wolfram.com/language/ref/Entity.html

TiagoCavalcante commented 3 years ago

@rocky maybe create a _Entity object with the wanted property being a list and Entity access that object?

e.g.:

_Entity := <|
    "Country" -> {"United States", "Argentina", "Brazil"},
    "State" -> {"New York"}
|>