Can I program in Binary?

Pages: 12
omer123 wrote:
I want to program in binary language, just in binary nothing more.

No such thing as binary language. Binary is binary. There aren't multiple versions of binary because it is the simplest form of computing.

omer123 wrote:
So I want the name of the binary compiler

Compile binary to what? The final stage of a binary executable file is to execute it

omer123 wrote:
How did they create the first compiler?

First compiler was written in assembly
https://en.wikipedia.org/wiki/History_of_compiler_construction#First_compilers

This is probably the most useful topic posted on this site. Thanks OP
While this is usually true, sometimes knowledge of the hardware can help discover a performance problem.
Well, yes, but I addressed that in the previous sentence: "while an understanding of the low level details of the platform are useful to produce efficient programs, ..."
Thanks for your participation. I inferred that the best way to understand binary and the hardware stuff is, a little bit practice on some small projects, such as a 4 bit calculator made from transistors, how logic gates are built and how capacitors and transistors store data. As we all know the basics of every computer is transistors. I am kind of practical person. Whenever I want to know something, I like to now its origin and how was it at the very beginning.
Topic archived. No new replies allowed.
Pages: 12