Skip to content

Instantly share code, notes, and snippets.

@KardanovIR
Last active September 22, 2020 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KardanovIR/31db32cb5d2f27c4105e32b0bff43d48 to your computer and use it in GitHub Desktop.
Save KardanovIR/31db32cb5d2f27c4105e32b0bff43d48 to your computer and use it in GitHub Desktop.
Language Pros Cons
Solidity Blockchain-specific Many ways “to shoot himself in the leg”
Turing-complete (flexibility) Difficult to write production-ready code
Good developer tools and libraries
Easiness of experimenting
Ride Blockchain-specific Non-Turing complete and no libraries
Easy to write production-ready code
Functional approach
Unlikely to “shoot himself in the leg”
Rust Possibility to find work outside blockchain Too many restrictions
Good developer tools Difficult to “start” writing code
Many ways “to shoot himself in the leg”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment