6 ms·
Isn't that just because parsing XML in Go is difficult bordering on impossible? Or are you saying there's some other language that forces you to think about XM
by jwbaker 14y ago
Isn't that just because parsing XML in Go is difficult bordering on impossible? Or are you saying there's some other language that forces you to think about XML when you don't want to?
- krasin 14y agoParsing XML in Go is easy: https://gist.github.com/2234273 https://gist.github.com/2234273 My point was that with Go, I have consistently predictable experience. Its standard library is still not the most powerful across the Zoo, but if it has support of something, I know that I can use it w/o a book "libxml2 for dummies".
- drivebyacct2 14y agoXML parsing in Go is hard? I must be doing something wrong then for it to be so easy. :)