this post was submitted on 21 Jan 2024
787 points (93.4% liked)

Programmer Humor

32571 readers
240 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] backhdlp@iusearchlinux.fyi 44 points 10 months ago (4 children)

Does anyone even know what Windows is written in?

[–] entropicdrift@lemmy.sdf.org 93 points 10 months ago (2 children)

Originally Windows was written in assembly and ran on top of DOS, but since Windows 2000 and XP, it's been exclusively running on the NT kernel, which is written primarily in C, with some C++ in there as well.

The actual userspace is mostly C++ and C#.

[–] astrsk@kbin.social 16 points 10 months ago (1 children)

And basically the entirety of dotnet 6 forward is spans. It’s all spans. All the way down.

[–] cypherix93@lemmy.world 33 points 10 months ago (2 children)
[–] backhdlp@iusearchlinux.fyi 10 points 10 months ago (1 children)
[–] getoffthedrugsdude@lemmy.ml 9 points 10 months ago

C or C++ usually

[–] lseif@sopuli.xyz 7 points 10 months ago

yeah but which craft?

[–] wreckedcarzz@lemmy.world 16 points 10 months ago (1 children)

Well, you know those claims that Java runs on 18 trillion devices? How do you think they got there, hmmmmm?