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.
@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.
@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.
@chris What language was it written in, and you had account handles in a DB or hard coded?