phpc.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A server for PHP programmers & friends. Join us for discussions on the PHP programming language, frameworks, packages, tools, open source, tech, life, and more.

Administered by:

Server stats:

800
active users

Dominik

is replacing and for quick and dirty one-time scripts for me in many cases (especially where memory consumption is of importance).

It's pretty awesome that a compiled language is a good replacement for scripting languages.

I remember in ye olde times where the distinction between compiled and interpreted used to be much larger, but just running "go run main.go" is not that different from "php script.php" or "bash script.bash".