Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Haskell as the contract language is one, they've made the developer barrier to entry comically high.


They’re working on Marlowe and Blockly to reduce that barrier though. I spoke to Charles a while back and got the sense he’d have used a different language if he’d done it again.


Solidity is a minefield language... Plutus is way better


It's not a minefield


Neither of you are adding any information — could you? Actually very interested.


On Ethereum, Solidity has access to the global state of the blockchain and it's very hard do create secure program with it. Cardano's language Plutus has only access to UTXOs ( bitcoin way to manage account) and store a local state in it. It's really functional programming applied to the blockchain space. The language is functional ( Haskell subset ) and the ledger too. One advantage of this design is that fees are deterministic. For a given transaction input you will have exactly the same fees.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: