Comment by voodooEntity
Comment by voodooEntity 2 days ago
I see your argument tho maybe im just not getting the real use case.
Because when saying defaulting back to string and thatfor ignoring typing, wouldnt that just be the same as beeing typeless? Therefor doesn't every format support string therefor supporting typeless?
Also, in how many cases do you need to parse the same configuration in multiple different languages?
Im not saying its not useful - i just try to get the use case for this arguments.
I think parsing the config in multiple target langs is definitely a counter-example where having a type system in the config lang can be useful as a lowest common denominator that you then conform all the parsers too