

-
There are "easy" compiled languages, eg Crystal (based on Ruby), as well as compilers for Python (PyPy). But they're not really used that much, at least from what I've seen, since the ubiquity of libraries and projects for existing languages lead most people to gravitate towards them.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
There is progress being made on extremely fast, managed (this usually means easier from the perspective of the programmer) languages. The HVM is promising , although obviously focused on functional programming. Vale looks quite amazing, although it's still in progress and it's future performance is not really proven. Lobster works pretty well even now. And for an imperative (and multiparadigm), GC/RC/GenRef-free, memory safe language, we already have something production ready: Rust. Although I doubt many people would call rust "easy to use".
-
There is progress being made on extremely fast, managed (this usually means easier from the perspective of the programmer) languages. The HVM is promising , although obviously focused on functional programming. Vale looks quite amazing, although it's still in progress and it's future performance is not really proven. Lobster works pretty well even now. And for an imperative (and multiparadigm), GC/RC/GenRef-free, memory safe language, we already have something production ready: Rust. Although I doubt many people would call rust "easy to use".
-
There is progress being made on extremely fast, managed (this usually means easier from the perspective of the programmer) languages. The HVM is promising , although obviously focused on functional programming. Vale looks quite amazing, although it's still in progress and it's future performance is not really proven. Lobster works pretty well even now. And for an imperative (and multiparadigm), GC/RC/GenRef-free, memory safe language, we already have something production ready: Rust. Although I doubt many people would call rust "easy to use".
Related posts
-
Natalie – a work-in-progress Ruby compiler, written in Ruby and C++
-
I created a fast, safe and powerful pythonic language which aims allow you to create simple scripts to complex systems in a code easier to read, write and maintain than other system languages with the same purpose. It's free and opensource.
-
Whatever happened to Ruby?
-
New video! 2022 in Programming Languages
-
is SNES emulator in Python possible?