this post was submitted on 19 May 2024
20 points (100.0% liked)

Furry Programmers

293 readers
1 users here now

English-language general programmers community

Please treat pawb.social’s rules as though they were the rules of this community, even if you’re posting from another instance!

founded 1 year ago
MODERATORS
 

My first was Matlab. Most used is probably python, and then you get into my professional niche, VHDL, C, TCL.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 4 months ago (1 children)

I think I started with C#, went to C, then (pre-ES6) JS, Python, then Perl, then C++.

I didn't get much interest or progress in most of them. C# was somewhat interesting because I could make actual windows, and Perl just has a lot of interesting text-geared concepts and was created by a linguist (my background is in language and literature, not in any IT field). Perl is still delightful to learn, though I'd go with Raku (Perl 6) now.

The only language I really learned properly and use the most is C++, especially with Qt, as my true interest is GUI programming. I was never into raw algorithms and CLI programs.

[–] [email protected] 1 points 4 months ago

I worked with pyqt for a project once, I'd almost call Qt its own language. As for GUIs, I generally work with embedded systems or scripting, so not much human interaction needed. And it works is my baseline for completeness, no fancy algorithms here. I probably program like Matt Parker. I'm trying to make a website, so I either need to find someone who wants to do the visual bits, or learn some HTML/CSS myself. I'm enjoying learning the server bits.