Comment on What is your favorite programming language?

UndercoverUlrikHD@programming.dev ⁨1⁩ ⁨year⁩ ago

Since nobody else have said it, Python. It’s quick and easy to set up all kinds scripts with it. No need to compile and most Linux distros comes with python pre installed so you’re are just one ctrl+v or git clone away from being able to run your scripts.

You got libraries for all sorts of things, and if you need performance, C and Rust interface all nicely with it. Just remember to use type hints.

source
Sort:hotnewtop