this post was submitted on 04 Jul 2023
4 points (100.0% liked)

Programmers πŸ‘¨β€πŸ’»

6 readers
1 users here now

The Community For Everything Programming!

Discuss anything related to programming, ask questions, talk about programming languages, anything programming!

founded 1 year ago
MODERATORS
 

Hello there, I was wondering what your favorite programmer language is? Mine personally right now is C++ but I am new to it.

(P.S subscribe to this community if you like programming!)

top 15 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago (1 children)

I am getting pretty good at Python now. Still think it is amazing as a scientist. Pumped to learn other languages.

[–] StabbyFace 2 points 1 year ago (1 children)

Python is probably the most used for science stuff, since it's got an easier syntax, while still leveraging the performance of c through libraries.

[–] [email protected] 1 points 1 year ago

If you know what you're doing it can be okfast. But in most of my use cases speed is not that relevant ( I am not losing clients because my website is taking a day to load). Plus the simplicity means that it is (I mean not mine but it could be) more legible and the method therefore more transparent.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

Started on C, then moved to Java. Then I explored C++, Python and have recently started to work in Angular (and Typescript). Even though I kinda hate java, it feels like home.

Sometimes I think that python would be my favorite if I just spend enough time on that though.

[–] StabbyFace 2 points 1 year ago

Kotlin has all the java stuff without the verbosity. Java feels like filling out paperwork sometimes.

[–] [email protected] 1 points 1 year ago (1 children)

I started on C/C++ and while I love those languages I've been working with Ruby/Ruby on Rails for a couple years now and I absolutely love it.

[–] [email protected] 1 points 1 year ago (1 children)

I don't get it. It's the slowest in the club, looks kinda ugly to me and dependency management is awkward. And then people do stuff like Asciidoctor in it. I want to imagine what Asciidoctor in Rust/Go would be like.

[–] StabbyFace 2 points 1 year ago

The syntax is great, its very expressive. Everything else kinda sucks.

[–] StabbyFace 1 points 1 year ago

I would say Ruby for syntax, but outside rails it's not very useful. Kotlin overall, it's much better than java while being in the java ecosystem.

Oh, and Shakespeare because it's crazy.

[–] [email protected] 1 points 1 year ago

C#

Super rich feature set and convenience syntax and functions, great docs, established big ecosystem (libs etc).

[–] [email protected] 1 points 1 year ago (1 children)

Rust. That's all you need to know.

[–] [email protected] 1 points 1 year ago

This is all.you need to know. Rust has become the future (and a good chunk of the present) in programming.

[–] [email protected] 1 points 1 year ago

Forth is a beautiful language and mindset.

[–] [email protected] 0 points 1 year ago (1 children)

bash.

  • pipes rule
  • it’s the default terminal language on most systems so you’re always practicing using it if you have a CLI based workflow
  • it basically never changes
  • it’s never going to go away ever
[–] [email protected] 1 points 1 year ago

Posix sh for me. It runs everywhere. Only thing i miss is mimetypes support in find & co.