The future of programming languages
When I entered the world of programming, I was intimidated by the complexity of the C language. I have to admit that learning the language was tough because I had no knowledge about programming and the fact that I was still in middle school did not help. But with time, those complex components of the language turn out to be used by you in your daily life. I was used to treat Strings as an array of characters and knowing when to use certain data types. C language is a low level programming language if you compare it with Python, and, at that time I did not leverage the advantages that this type of languges offers speaking in runtime, memory and efficiency. Java arrived when I was in high school, and object oriented programming was my highlight because of the process of abstraction which helped solve real world problems. Now strings were treated as a data type instead of an array, now things were simpler... and then I entered college, and I could not believe that the list could be treat