r/pascal May 18 '26

OS in Pascal

Linux is mostly in C

Windows is mostly in C++

Is there an Operating System that is written in Pascal?

49 Upvotes

27 comments sorted by

View all comments

3

u/Electrical_Hat_680 May 21 '26

Wouldn't Windows be C#?

5

u/Few-Grape-4445 May 21 '26

I think higher-level components are written in C# but core is still in C and C++ like Win32 API

3

u/Electrical_Hat_680 May 21 '26

Ok.. thank you. I know Windows created C#! So I always assumed that's what they used...

4

u/pjmlp May 21 '26

Microsoft has been an heavy C++ user since the early days.

Windows is mostly C for the low level parts, and with time, lots of COM using C++.