Hi,
for me comparing speed of different language is not very useful if you want speed, use assembly.
I started programming in the 1970s, first in Motorola 6800 assembly, then in Motorola 68000. Then in Zilog Z80, 8080, 8086 80386.
And I slowly moved on to programming based on languages like Basic, Cobol, Forth, Fortran, Action, Pascal (which was a learning language and I didn't like it very much), Modula, python, etc., etc.
then I moved on to C, Borland C++ and finally C#, not to mention PHP for web applications. But what I missed most was the portability of being able to easily transfer my codes to Linux or Mac. I discovered Pascal Lazarus much too late, because I was retired at that time. And I was very surprised, not so much by the execution speed, but by the ease of creating windowed programs.
Currently, the programming trend is Python, but it's important to remember that Python was originally an interface language. Most of its libraries are written in C or C++.
As for portability, if you need to use Python in a student classroom, you need to remember to install all the libraries and their dependencies on each computer!
The Lazarus Pascal IDE has the advantage of being open source, not depending on GAFFAM's and their spyware, AI, etc., and providing executable that can run on any platform.
And I think it should have been a better-known teaching tool.
But that's just the opinion of an old geek.
B->