WINDOWS is written in JavaScript ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

WINDOWS is written in JavaScript ??

I just searched on google for "Windows". And I come to know that it is written in JavaScript, visual basic and C. How come WINDOWS is written in JavaScript?? JavaScript is not compiled language. If this is true then which part of WINDOWS is written in JavaScript ?? And why someone will use interpreted language for making system software ?? https://code.sololearn.com/W4r4RM9rZina/?ref=app

29th Jun 2021, 5:42 PM
🌀 Shail Murtaza شعیل مرتضیٰ
🌀 Shail Murtaza شعیل مرتضیٰ - avatar
4 Answers
+ 3
Windows is written in C. In fact, most operating systems are. Not even languages like Java or C# are used, let alone scripting languages like JavaScript. I'm guessing the part written in JavaScript and Visual Basic is the user interface. I can't think of any other place where they can be used. Maybe someone else can tell.
29th Jun 2021, 6:06 PM
XXX
XXX - avatar
+ 3
I don't know for visual basic, but for javascript it is used in windows to handle the web based interface ^^ that doesn't means "windows is written with javascript" but "javascript is used to do some tasks in windows" ;P similary, visual basic could be used in windows, as visual basic is a relatively old microsoft scripting language used to integrate "BASIC" like / flavour GUI application in windows...
29th Jun 2021, 7:32 PM
visph
visph - avatar
0
XXX Even user interface must not be written is interpreted language. Because it is interface of Operating System. It is not a normal software. I know that for writing interfaces languages like C# and JavaScript are good because of speed of development but still performance and efficiency is very important for Operating system.
29th Jun 2021, 6:11 PM
🌀 Shail Murtaza شعیل مرتضیٰ
🌀 Shail Murtaza شعیل مرتضیٰ - avatar
0
Runtime Terror Yes! You can be right.
29th Jun 2021, 6:51 PM
🌀 Shail Murtaza شعیل مرتضیٰ
🌀 Shail Murtaza شعیل مرتضیٰ - avatar