DEV Community

Discussion on: Why Are There So Many Javascript Frameworks, And How Do I Choose The Best One?

Collapse
 
juancarlospaco profile image
Juan Carlos • Edited

Coming from Python, you can try Nim,
Python like syntax, compiles to JavaScript,
version >1.0, >1500 packages, compile to WebAssembly, easy to learn,
has Frontend-only tools and frameworks, is basically like Svelte, heres an example:

Or you can try Svelte, or both.
You can compile to C++ and interoperate with C++ code with Nim BTW.