Can anyone confirm accuracy?
Can anyone confirm accuracy?
Can anyone confirm accuracy?
Ah, yes. My favourite programming language (checks notes) HTML...
If your favourite programming language is HTML, we do not grant you the title of Nerd.
A real nerd would know that React is a library and HTML is a markup language, and neither are programming languages.
Most of these are scripting languages. Some are even markup languages. It's like the meme creator didn't even know what a programming language was.
I hope someone got fired for that blunder
What your comment says about you:
You are a nerd
What's the difference between a scripting language and a programming language?
Some people think that only compiled languages are true programming languages. (Needless to say, they're wrong.)
Do you know what community you're in? Do you want to start a war?
There is no clear definition because there is a lot of overlap, especially when you get into the details, but:
Although for every example, there is basically a counter example. Because programmers being who they are, see it as a challenge to do something with a language that others consider impossible or wrong.
For example, there are things like NodeOS, a "Lightweight operating system using Node.js as userspace."
One is:
/me ducks for cover
A scripting language is a type of programming language...
Neeeeerd!
I bet there are people out there that have React as favorite language
Hell, they'll probably put that on a resume, and someone will hire them.
I think simply knowing what the "F" is means you're old and a nerd.
It's still commonly used in STEM fields.
I have to take a breath whenever I find an F77 file. Prepare for a lack of objects!
I am old and a nerd and I don’t see Perl on here.
Wait… is it the tiny camel at the bottom?
Wait… is it the tiny camel at the bottom?
Yes, it appears it is. I thought it was Apache Camel but I was corrected as per the hump count.
OCaml maybe
OCaml has a camel with two bumps. So, that's gotta be the Perl dromedary camel...
if you have a favorite language that isn't on this, you're a super nerd.
I didn't knew that (1) Fortran has such logo and (2) I am old. Shit
No Haskell so I'm not a nerd 😎. Though from the languages I use the most (Java & Python) and other languages I enjoy (Rust, Julia) I can infer that I'm probably a bit of a nerd.
I believe Haskell makes you the pope of nerds.
Awesome!
F in the chat for Fortran programmers.
COBOL: You’re a fucking dinosaur
Bottom right should be "You're a nerd and getting old".
Source: I was dicking around with mod_perl yesterday.
No QBASIC, can not confirm.
As an engineer this is extremely offensive. MATLAB is for fucking tryhards.
as an R user, what is matlab what is it about
Rust: Nerdy Transfem
Welp, I guess you're sort of right…
laughs in PLC
Ah, alcoholic then
Thankfully I suck at that, but holy crap it is prevelent in this industry. The alcohol abuse is cray. Doesn't help when you travel constantly. I don't travel much anymore, but the people who spend 90+% of the year in the field, while having a family, are fundamentally broken. Fun to party once in a while, but when they do this shit multiple times a week, I don't understand.
Matlab sucks ass no real engineers use it, only college kids.
I've had more than one job where Matlab was used extensively, guess my coworkers and I aren't real engineers.
I'd rather use something else, but if it's what the group already uses, fine, I'll do it
Also, I don't do a ton of true programming on it. It's a fancy calculator, and occasionally I make a GUI app with it
So many come out of school with Matlab experience. I get them started with python. They brush me off. Then the license server goes down. Welcome to open source grasshopper! I should make a meme about this and put on my door...
If we're talking real engineering (like professional accredited engineering and not programmers calling themselves engineers) you couldn't be more wrong. It isn't used in deployment necessarily but for modeling and analysis it has no equal.
Fixed!
"Fotran: You are old dead and a nerd"
We can just remove the HTML5 entry all together.
Right hand to baby Jesus, I thought Kmart was basically no longer in operation, when did it become a programming language for nerds?
I use R for all sorts of bioinformatics shenanigens, and I remind myself daily I am not a nerd. Even my rows of warhammer books, minis and Corvus Corax poster confirm to me I am not a nerd..... The Emperor Protects....my code
R still gives me chills, never hated a language until I had to use R in my PhD.
Still furious when half packages need different versions of the same thing making them incompatible.
I am a scientist and I used to use SAS for stats, and then started doing loads of bioinformatics in R. Institute decided they werent going to license SAS anymore, and didnt tell us. We get an email the day of, to say no more SAS. Then we have to drop evrything and concert all our SAS models into R.... Cue bitching from instiute leaders as to why we had to halt all publications. Idiots.
This is how I feel about python. At least you can do C adjacent things in R.
I am in fact an engineer and a nerd. Or as many of us like to call it, an enginerd
Edit: I wouldn't call Matlab my favorite though... But yes I use it. I mean, I'm on Lemmy... Like loads of users here, I like FOSS. So I'd say python is probably my favorite
rust: you're about to get a blahaj and a tiny blue pill.
Fortran has a logo now?
It's just an f in serif
RoR: am I a joke to you
Yes
Ah, right, Ruby on Rails.
I've never heard of Ruby outside Ruby on Rails. What games use it?
I know of Minetest. And mpv (not a game) plugins. And Asciidoctor is built in it (for examples outside RoR).
Please, direct your hatred for R here:
Insults %>% Select() %>% filter() %>% nerd()
Why hate? It allows for easy functional programming with vectorized operations that bind to C for efficiency.
I don’t think I like any of them. This is just a job to me.
Just saw react in the “language” list and now I’m definitely a nerd.
I might be a nerd...
JavaScript: You are jus pretending
I used to be very opinionated about programming languages but now I just really love all of them.
Sure some might not be the best tool for some jobs but maintaining a language is insane and just such a mind-blowing endevour.
Which one of these symbols is Bash? If none, does that mean I'm not a nerd?
My dad first learned to Code in Pascal. Where would he fall?
We nagged our highschool around 97-98 until we got a programming course, we wanted c++ but the IT guy thought c++ would just be a fad, so we learned turbopascal.
I still do.
I wish they'd open source Delphi (and most of the libraries). Might actually breathe some life back into it.
Can't confirm, I'm old and a nerd and I love C++
What about bash?
Haha elixir is too obscure to be a nerd just us cool guys putting the fun in function
The cool kids use AI to code
I used to develop with PHP all the time . That was back in 2010 when my teenage soul still had hope and dreams. Can someone still developing tell me what I should use for the backend today? Also I can never understand GIT as a single developer. The fuck is that? I've tried everything to understand.
Can someone still developing tell me what I should use for the backend today?
I recommend checking out Python (Django) and Ruby (Ruby on Rails) if you want nice and easy modern Web frameworks that also aren't that weird if you have PHP experience.
Also I can never understand GIT as a single developer. The fuck is that? I've tried everything to understand.
Versioning your code with Git makes it much easier to experiment with new ideas. Cocked up a file? Pull it from the previous version. Create new branches for experiments, merge them in if they work, toss them if they don't, or keep them around just in case, without them ever getting in your way in the "real" version.
And if you keep the code in a server (GitHub etc), that gives you a backup location and makes it easier to work on code on multiple systems.
I'm a single developer and I use it. It's a great way to backup your files on the cloud with versionning.
never understand GIT as a single developer.
I use it to make it easier to work on stuff from my desktop, laptop, from windows or from Linux...
Rust: you're an annoying nerd
D: you're a nonexistent nerd
where is Dart :(
Nope, JS is “You think you are nerd”.
Also, why React is there? It’s a lib not a language
This guy right here is a certified nerd
This guy right here is a certified nerd certifier
definitely a nerd's nerd.
Node: Did you say "Nerd"?
promisify(nerd);
I only believe in Bun.
Come on y’all, would you lay off the gatekeeping. Some of us still think the free web’s a good thing, lest we all end up in a walled garden hellscape. JavaScript is therefore needed if we’re being pragmatic. Just transpile it from TypeScript if you’re
too stuck up for dynamic languagesbuilding something big.