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

Programmer Humor

32482 readers
547 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
[–] [email protected] 44 points 10 months ago (4 children)

Does anyone even know what Windows is written in?

[–] [email protected] 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#.

[–] [email protected] 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.

[–] [email protected] 33 points 10 months ago (2 children)
[–] [email protected] 10 points 10 months ago (1 children)
[–] [email protected] 9 points 10 months ago

C or C++ usually

[–] [email protected] 7 points 10 months ago

yeah but which craft?

[–] [email protected] 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?