24.01.2017, 10:38
@Quattro
This, some of the most powerful languages require lots of boring work to do powerful things.
In other languages it just gets lengthier to make a blank Window in C++ it has to be a minimum of 50 lines (removing checks, and a littteral bare bones window).
Then don't start me with setting up DirectX in C++ that is lengthy.
However the added difficulty only comes along due it being a higher level language which can really just do a whole lot more, I see your point though that PAWN may not be the best scripting language but it helps with your first steps into C and C++ if you wanted to move forward.
Quote:
Just because a language is easier, doesn't make it better, to learn, or to use.
|
In other languages it just gets lengthier to make a blank Window in C++ it has to be a minimum of 50 lines (removing checks, and a littteral bare bones window).
Then don't start me with setting up DirectX in C++ that is lengthy.
However the added difficulty only comes along due it being a higher level language which can really just do a whole lot more, I see your point though that PAWN may not be the best scripting language but it helps with your first steps into C and C++ if you wanted to move forward.