There are lots of progamming languages in the world. All of them have their specific set of fields of usage. for example, python - data science, php - web. There are compiled and interpreted languges. Compiled languages are good beacuse you get to know about error mostly in compile time. Interpreted languages are good because you dont need to compile it. You will find out errors in run time.
Why there is no hybrid language? (You are going to read about this later in the post)
As time passes, there going to be created new languages again and again. how do we end this?
Why do we need to end this? I believe there a lot of libraries that is written in C. But C is not that human friendly. We cannot use them (easily, directly) in other languages. Accordingly, makes us rewrite that libs. So we need to avoid creating new languages.
But what do we do if desired feature is not supported by old C? I think we should come up with compile/interpreter tool set (or whatever you call it). We should define our language ourselves. What do I mean by this? We should include syntax of language for desired files in project. Then our magic tool set should be able resolve all links somehow. Note! this idea is not mature enough as you can see. Please let me know in commets if such tools is available.
Please note that these ideas directly coming from my mind and may not be reliable or reasonable.
PS. I am kinda working on avoiding word like we, shoud, need, think, I, me, etc. Adiveses are appriciated in comment section below.
Comments
Post a Comment