Competition Scilla - Glow-Lang/glow GitHub Wiki

Scilla is the smart contract language from Zilliqa.

Pros:

  • They have a good IDE for developers, savant.
  • It is an "intermediate level language", higher-level than the usual VMs and low-level smart contract languages, but still way short of the level of abstraction of Glow.

Par:

  • It features total functions with eventual message sends, a solid model for an "intermediate level language".
  • There is a version embedded in Coq, but it is not used in production.

Cons:

  • It is an "intermediate level language", still way short of the level of abstraction of Glow.