sunbeam.city is one of the many independent Mastodon servers you can use to participate in the fediverse.
Sunbeam City is a anticapitalist, antifascist solarpunk instance that is run collectively.

Administered by:

Server stats:

84
active users

If nothing else, is a great language to learn so that you can use its interpreter, ghci, as a superpowered calculator

Xenharmonic Forest

Combined with you can add any Haskell package to the environment and import it in ghci. Super useful for when you want to, say, import the `linear` package to check your vector/matrix math

As I do this to test some logic I'm trying to implement in I'm reminded of how clean the Haskell syntax is. Not necessarily elegant or simple (it's quite ad-hoc and complex in places), but definitely less noisy and more readable.