Why did I prefer Java over C++ for the development of Kode? #2
ShadowXBoss696
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Everyone,
I started development on this project when I was in my 2nd year of B.Tech Graduation Course, partly fascinated by how modern-day compilers and interpreters recognize source code simply beginning with a string of characters to something which the machines can execute.
Over the course of time, many people have asked me why I preferred to use Java as the primary language for this project instead of a more performance-efficient language like C or C++. As I answered this question, this decision was partly because I preferred Java over other traditionally used languages and partly because Java is less complex and has more benefits in many ways which helps in the better development of software applications.
Now I do understand that it was not only me but many developers there who think in the same way as I do and it was the right choice to take. One such reference is an article by a fellow developer Robert Piasecki published by the name Why I prefer Java over C++.
Beta Was this translation helpful? Give feedback.
All reactions