You are viewing a single comment's thread from:

RE: Ethereum has a big problem

in #ethereum7 years ago

My guess is most of the other programming languages aren't designed for programming in a distributed computing environment based on a blockchain. They basically had to design their own.

Sort:  

Every languages are turing complete. The design in a distributed environement is an API issue.
When you create a DAPP, you are not just doing a DAPP. You have to handle data, resolve algorithmics problems,
use programming paterns via frameworks, etc...