Is it possible to write a computer program in binary? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is it possible to write a computer program in binary?

This is simple.. when we write a program in c++ or something other we should compile it to binary. So it's taking some time to compile to binary. If could use binary for programming the program would be efficient and save the compilation time. Is it possible?

20th Mar 2017, 4:32 PM
Dinindu Wanniarachchi
Dinindu Wanniarachchi - avatar
5 Answers
+ 7
Yep! It's possible But it still must be keep as secret ~.~ I can't tell.......more.If I tell more.I will be reach to jail.....
20th Mar 2017, 4:35 PM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 1
writing in binary, personally, would bore me to death! too many 1s and 0s i'd be forever recounting the same line of code checking that it has the correct number of 1s and 0s. and i can only imagine how mundane it could become to debug binary code. I'll be sticking with HTML, CSS, JAVA, PHP. I'll be keeping my sanity too!
20th Mar 2017, 7:33 PM
Dreadnotic
Dreadnotic - avatar
0
it is imposible (i think)
20th Mar 2017, 4:33 PM
udara
udara - avatar
0
lol, why are you stopping at the binary? why not do the bit switching yourself too or even better, start with raw silicon. that'll save your compilation enormously. on serious note, the people who make these high level languages or APIs are not idiots, they make those stuff as efficient as possible which you'll most probably do wrong if you were to duplicate it.
20th Mar 2017, 4:41 PM
Nikunj Arora
Nikunj Arora - avatar
0
It is feasible but not practical. you can write a hello world program but it'll take hell a lot of time to write it in 0's and 1's. And your compile time surely reduced very much but your code writing time increase drastically.
21st Mar 2017, 8:30 AM
Rax
Rax - avatar