mastodon.online is one of the many independent Mastodon servers you can use to participate in the fediverse.
A newer server operated by the Mastodon gGmbH non-profit

Server stats:

11K
active users

@aburka mainly by avoiding two things clojure.edn does:

- reading from Reader one char at a time,
- using regexps.

@nikitonsky looks really cool. I believe transit was born largely to take advantage of being able to call JSON.parse in browser, so I am not sure a jvm only library can make that obsolete.

@nikitonsky know nothing about clojure, but dare I ask why most of the code is in java? Are there some technical reasons or that’s just a personal choice?

@nikitonsky is closure noticeably slower than java? I thought they should be on par, assuming they both run on top of same jvm?

@miga yes, it’s much slower, esp. when it comes down to byte manipulation