Skip to main content

All Questions

Filter by
Sorted by
Tagged with
-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 ...
user avatar
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 ...
Aviv Cohn's user avatar
  • 21.5k