DEV Community

Discussion on: Picking up from other languages

Collapse
 
juancarlospaco profile image
Juan Carlos

Very interesting post, with a Python POV.

If you are interested on something like Go but with Python like syntax then try Nim lang.
:)

Collapse
 
ivergara profile image
Ignacio Vergara Kausel

I had heard of Nim, but never went to check exactly what it was. From what I can see from the web-page it looks very interesting. Thanks!

Collapse
 
juancarlospaco profile image
Juan Carlos • Edited

For Backend, it can do things that Go/Rust can do, with async & generics.
For Frontend, its kinda like Svelte, it can run on Frontend & NodeJS.
For Python, its like Cython, you can do faster Python modules with it.
For DevOps, it can replace Bash, in a cross-platform way.
:)