RustEiffel?

Guido van Rossum (the Python programming languageā€™s inventor) stated in an interview a few days ago that it would be difficult for Python 4.0 to see the light of day since the programming language is now through a challenging difficulty, which would be the migration from Python 2.0 to Python 3.0.

He also discussed other languages such as Rust, Go, Julia, and TypeScript. Guido thinks Rust is a fascinating language that almost perfectly handles memory management problems. He went on to say that Go and Julia are quite comparable to his design, and that the Python project team learns and is inspired by various TypeScript features.

Guido van Rossum and other members of the Python development team have stated that they were not very enthusiastic about the prospect of Python 4, having learnt some important lessons during the transition from Python 2 to Python 3.

ā€œIā€™m not excited about the idea of Python 4 and no one on the core development team really is, so there will probably never be a 4.0 and weā€™ll continue until 3.33, at least. Weā€™ve learned our lesson from Python 3 vs. 2, so itā€™s almost taboo to talk about Python 4 seriously.ā€

Guido van Rossum returned to the company in November 2020 with a new post at Microsoft after retiring in 2019. On Twitter, he stated that he will endeavor to make Python even easier to use. It will be available on all platforms, not just Windows, which should make it more appealing and competitive. In truth, Python has been competing with newer languages deemed more current by its authors and community for the previous decade.

According to Guido, Rust is a ā€œgreatā€ programming language that deserves all of the attention:

ā€œIt sounds like a great language, for some things. Rust really improves C++ in one particular area: itā€™s much harder to bypass compiler controls. And, of course, it solves the memory allocation problem in a near-perfect way. If you wrote the same thing in C++, you couldnā€™t be so sure, compared to Rust, that you got all the memory allocation and memory management right. So Rust is an interesting language ā€œ

In addition, compared to C++, Rust is a relative newcomer to the programming industry, and many developers are hesitant to invest in it. However, in recent years, big industry initiatives have begun to use it.

And such is the case with the Linux community, which has been announcing for some time that it has begun to create elements of the kernel in Rust.

Microsoft started its Rust for Windows project last year, with the goal of providing programmers with simple access to Windows APIs for creating Rust apps on Windows. Facebook, Amazon, Apple, and Microsoft, among other key industry giants, have lately revealed that they are looking for Rust developers.

Finally as for TypeScript, the creator of Python believes that:

ā€œTypeScript is a great language. You may have noticed that in the last six or seven years weā€™ve added optional static typing to Python, also known as progressive typing ā€œ

ā€œI wasnā€™t really aware of TypeScript when we started this project, so I canā€™t say that the language inspired us to begin with. TypeScript, because it jumped on the JavaScript bandwagon, and because Anders is a very smart guy, TypeScript did some things that Python is still waiting to understand. So today weā€™re definitely looking at TypeScript for examples. We have a TypeScript SIG where we discuss extensions to the syntax and semantics of TypeScript and the type system in general for Python ā€œ

Guido went on to remark that JavaScript is more similar to Python than you may expect, and that the Python development team gets a lot of inspiration from TypeScriptā€™s advances.

ā€œSometimes we come up with new features because we know that some features were also initially missing in TypeScript, then they were added to TypeScript based on user demand and became very popular in TypeScript. And now we can see that we are in the same situation.ā€

And he added

ā€œBecause JavaScript and Python are relatively similar. Much more so than Python and, say, C++ or Rust or Java. So we learn from TypeScript, and from time to time, from my conversations with Anders, it seems that TypeScript also learns from Python, just like JavaScript learned from Python in some areas,ā€

Guido concluded

Anders Hejlsberg is a Danish programmer working at Microsoft and one of the great architects of TypeScript.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.