Post
Topic
Board Altcoin Discussion
Re: Differences Nem, lisk, ark and ethereum
by
Asone
on 27/04/2017, 11:19:58 UTC
For the Ethereum vs. Lisk comparision:

I believe that on Lisk, applications are coded using JavaScript which is already a very popular programming language whereas Ethereum uses its own language called Solidity which is specifically designed for building smart contracts. And applications on Lisk operate outside of the main chain (more scalable) whereas with Ethereum, they all run on the single main chain.

Ethereum seems to be where all of the action is at. Lots of projects are happening on Ethereum right now and they have many talented people working on it and improving it.

That being said, I'm currently more invested in Lisk because I see it as having more upside potential. Ethereum went from a $20 million crowdsale to a $5 billion market cap in just a few months. But in the long term, it could be worth much more if the technology is found to be useful.

Both coins are nice.

Good answer about Lisk IMO. However, Javascript is subject to many critics and i'm wondering what could be the impact on Lisk dev. Just to give a few examples :
- I know that async. concept through nodejs can be quite disturbing for many developers that are used to sync. programming. Which leadssometimes ( many times ? ) to callback hell/callback hellpit.
- Javascript has been criticized many times about the fact it is a weak typing programming language, wich solidity is not. I wonder in what manner it could impact development for dApps.

Any technical review/doc about those topics welcomed if you have around you Smiley