You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some thinking I believe using toml for both the current bokers.ini
and watchlists.json files is probably the easiest and
simplest way forward. There are some competitors (particularly for a DSL
that supports referencing / copying / merging content for the purposes
of watchlists) as detailed below.
We also have an open issue on choosing a better toml client lib
as per #496. Also pertains to #68.
Note TOML doesn't support - <value> style document array/lists and
instead somewhat enforces keying everything: https://toml.io/en/v1.0.0#keys
After some thinking I believe using
toml for both the current
bokers.ini
and
watchlists.json
files is probably the easiest andsimplest way forward. There are some competitors (particularly for a DSL
that supports referencing / copying / merging content for the purposes
of watchlists) as detailed below.
We also have an open issue on choosing a better
toml
client libas per #496. Also pertains to #68.
Note
TOML
doesn't support- <value>
style document array/lists andinstead somewhat enforces keying everything:
https://toml.io/en/v1.0.0#keys
versus something like (ugh-ish) yaml:
Alt langs / formats
Some other options i haven't had time to dig into yet:
dhall programmable config files
haskell
DSL with quite a few fancy featureseno is a type agnostic nex-gen data markup lang, see the spec
The text was updated successfully, but these errors were encountered: