morganstanley / hobbes

A language and an embedded JIT compiler
http://hobbes.readthedocs.io/
Apache License 2.0
1.16k stars 105 forks source link

Allow stringV record fields #353

Closed adam-antonik closed 4 years ago

adam-antonik commented 4 years ago

This lets us write

>{"a b"=1}
a b=1
>{x=1}."x"
1

This makes constructing data-structures to be consumed by something else, say written to csv with human readable headers easier, and allows ingesting data from somewhere else with less need to mangle.