DEV Community

Discussion on: Which programming language is the best for blockchain?

Collapse
 
molamk profile image
molamk • Edited

The design of the pictures is on point, but the content is just lacking..

C++ -> Cons -> Code redundancy

I don't think this is a language-specific shortcoming. Redundancy can be found in code-bases regardless of the language.

Python -> Pros -> Fast

It's actually the slowest language in the list

Rust -> Pros -> Inheritance based on features

Rust does not have inheritance. It has composition though!