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?
  •  mifuyne   ( @mifuyne@beehaw.org ) 
    link
    fedilink
    English
    4
    edit-2
    1 year ago
    • I think Javascript is the language I’ve spent the most time with throughout my life. I used it to create internal tools at my last job. I’m using it now on a personal project that I plan on adding to my portfolio.
    • Python. I find the syntax tends to be straight to the point. But it’s so easy for me to get them mixed up with Javascript. The one that I have to keep going back and looking it up is len(list) vs array.length. Yes…I did have to look it up to make sure I got it right 😞
    • I’m actually going through exercism.org #12in23 challenge (12 languages in 2023). Out of the new ones I’ve tried so far, Rust, Red, and Elixir are the ones I’m interested in going back into. Largely out of curiosity. I also like learning new languages because they can help improve my understanding of more general concepts.