P/ – A simple and clear programming language

pouya1dev1 pts0 comments

Hi HN, I had been working on a new programming language for a while. I bought a C programming book, thinking it covered the modern version for GCC, but the book actually taught Turbo C and I was truly amazed at how simple it was. When I went to install Turbo C, I realized it was an old compiler for DOS and, unfortunately, lacked a version for Linux or modern Windows. That is why I decided to create my own language—one that would allow for writing robust, safe programs while remaining simple and readable. And that is what led me to create this language.If you think about it, you will understand that we need A language that remains as simple as ever, but runs on modern hardware and operating systems. a language then can do low-level works, but not kill us.I truly hope that your feedback will help me continue developing this language and eventually reach a solid, usable result. Thank you so much for taking the time to read this. I would be happy if you gave it a try and shared your feedback. Please note that the language is currently in the alpha stage and still has plenty of bugs; it is not yet ready for production use.https://pouya1dev.github.io/lpa https://github.com/pouya1dev/lpa

language simple programming modern while book

Related Articles