Wait there’s no TOML parser for Clojure?
Instaparse-based parser (first) not looking good :(
Also the amount of effort you need to replace comma (which comes from your locale) with dot in default format is crazy
Fixed https://github.com/tonsky/toml-clj
Pretty good feeling when your parse time went from 600ms to 0.3 ms (200x speedup)
@nikitonsky damn, nice.
@nikitonsky damnnnnnn nice
@Olical low-hanging fruit
@nikitonsky not 200, it's 2000x speedup And with just json it's 10000 : )
@sign of course
Instaparse-based parser (first) not looking good :(