+ 3
Which programming language should i use to create an Os ?
C Java Or any other else....
24 ответов
+ 5
For bootloader, assembly and for keyboard, mouse and video drivers, file systems, I/O connectors and interrupts, use C and more assembly.
+ 2
Android uses Java for GUI.
+ 2
Use assembly for communicating with hardwares. And use c or fortran for the other things. I heard that fortran is on rising in this industry.
+ 2
Definitely C or C++, I don't know if there has ever been an OS programmed in a different language than these 2 boys
Both Android and Chrome OS have them at their core btw
+ 2
Prefer c and c++ first they have your fast compilation process and also c allow you to play with memory also and for is good with iteracting with kernel
Ur java is widely used in android development and also used in chrome os
+ 1
Aliyh
+ 1
Assembly and C
+ 1
Which programming language should I use to create an app
+ 1
omar jallow use java and python they are very good
c# is good for gaming
0
Mirielle🐶 Android and Chrome OS use java, I think
0
Aliyh♥
0
Assambly and c y a good base.
0
C
0
C#
0
C language. Hands down.
0
By java
0
I would suggest a low level language like C so that its compiled to machine language and can handle the raw i/o of hardware. Java is likely too high level
0
Linux is mostly created using C. the kernel is C
0
Its gotta run buffers and threads, not object oriented functions and variables with type declarations!
0
Os or IOS?