social.coop is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Fediverse instance for people interested in cooperative and collective projects. If you are interested in joining our community, please apply at https://join.social.coop/registration-form.html.

Administered by:

Server stats:

488
active users

My apologies if anybody was spammed with follow requests. I wrote a Mastodon API script which of course had bugs. 🤦‍♂️ Thank you for your patience.

@chris What language was it written in, and you had account handles in a DB or hard coded?

@jotaemei it is written in ClojureScript. The handles are the list of people following me which I also got from the API,. Will release the source code once it's ready.

Matthew Page-Lieberman

@chris Nice. I never studied Clojure and have only glanced at excerpts a few times and then never looked at ClojureScript, but I’m looking forward to it.

@jotaemei I find it very efficient to build with. It's easier to write bug-free code. The tradeoff is you really need to have your editor set up with a Clojure plugin, and learn a handful of new shortcuts, to get the full benefits of the language.