+ 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?
6 Antworten
+ 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.....
+ 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!
0
it is imposible (i think)
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.
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.