All Questions
Tagged with machine-code programming-languages
2 questions
-1
votes
2
answers
2k
views
Computer Language vs. Protocol Comparison
How to explain the difference between a programming language and a protocol?
Can a protocol have extensions?
We know that machines communicate with a protocol, but they can also communicate with ...
1
vote
1
answer
1k
views
Creating a very basic compiler using Java
I want to try and create my own very basic language, with it's very basic compiler. All using Java.
For now, it will only need to enable to 'programmer' to print things to the screen.
I had an idea ...