Python is still the most popular coding language, but challengers are gaining ground
Paradox @ Paradox @lemdro.id Posts 8Comments 324Joined 2 yr. ago

Paradox @ Paradox @lemdro.id
Posts
8
Comments
324
Joined
2 yr. ago
Deleted
Permanently Deleted
Not only that, but with toolchains like deno, it's almost enjoyable
I wrote some telegram bots in deno and it's got one of the cleanest deploy chains around, just compile to an executable for the target architecture, and SCP it over. Exec is statically linked, and so it just works