history of my study of programming languages

  • Now I’m going to talk a little bit about the programming languages that I have studied up to the present day. I started about 20 years ago in school with Pascal, a structured language that’s excellent for learning basic programming concepts. After that, I delved into C++, a language that really feels “infinite” in terms of possibilities. It gives us all the tools and flexibility we need, and I think it’s one of the most widely used languages in software development.
  • Recently, I returned to school for a programming course, and we began with structured C++. Given my existing foundation, it wasn’t challenging for me to grasp the concepts. However, many classmates faced difficulties. Despite that, there were some essential topics that I believe we didn’t cover. Now we are completing our study of Java, an object-oriented language of which I had no prior knowledge. I have always used structured languages, so this was a completely new experience for me. Although it was difficult to understand at first, I found the concept quite fascinating.
  • After completing Java, our next step is to delve into HTML, CSS, and JavaScript, focusing heavily on web development. I am eagerly anticipating the JavaScript segment and am excited to explore the world of web programming.