this post was submitted on 02 Jun 2023
23 points (100.0% liked)

Programming

13356 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

It seems like there are about ~~22~~ ~~27~~ ~~46~~ ~~219~~ ~~320~~ ~~493~~ 1840 active subscribers here. I have a few questions for you all.

  • Which programming languages do you regularly use?
  • Which are your favorite to work with and why?
  • Which do you have interest in trying and why?
you are viewing a single comment's thread
view the rest of the comments
[โ€“] edent@lemmy.one 4 points 1 year ago (1 children)
  • PHP. It remains the only language which you can just FTP onto a server and have working. No need for package managers, docker instances, funky routing, or complicated frameworks.
  • Python for anything local. No waiting to compile. Vast library of useful features. Mostly sane syntax. And, again, most machines have it by default.
  • Drakon. Perfect if you want to visually sketch out an algorithm. Like Scratch, but for adults.
[โ€“] ericjmorey@beehaw.org 3 points 1 year ago

Drakon sounds interesting. This is the first I'm hearing about it, but my curiosity is piqued.