Silly question 😅 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Silly question 😅

What coding language is used to program coding programs?(like notepad++,dev c++ etc.)For example what coding language has been used to develope notepad++?

1st Feb 2020, 2:00 PM
juve938383
juve938383 - avatar
4 Answers
+ 4
The same ones as always. you can easily google that notepad was built with c++, c.
1st Feb 2020, 5:35 PM
Oma Falk
Oma Falk - avatar
+ 1
In one program using more than two programming languages
1st Feb 2020, 2:02 PM
S E N I O R
S E N I O R - avatar
+ 1
Sublime text for example was built by Python and another language that I don't remember
1st Feb 2020, 6:00 PM
Ali Abdelhady
Ali Abdelhady - avatar
+ 1
VScode in TypeScript, JavaScript, CSS Notepad++ in C++ DevC++ in Delphi intellij in Java, Kotlin (Java IDE written in java) XD IDE can be written in any programming language (if it provides GUI stuff) Their sole purpose is to provide basic Editor area where you can right your code, Language specific syntax highlighting, intellisense and Compiler/Debugger Shortcuts or terminal window to show outputs (or more). The Point is, there is no Specific Language for IDE development.
1st Feb 2020, 10:42 PM
Ameer Hamza Naveed
Ameer Hamza Naveed - avatar