Skip to content
forked from dfinity/motoko

Simple high-level language for writing Internet Computer canisters

License

Notifications You must be signed in to change notification settings

serokell/motoko

 
 

Repository files navigation

Motoko · GitHub license Tests PRs Welcome

A safe, simple, actor-based programming language for authoring Internet Computer (IC) canister smart contracts.

User Documentation & Samples

Introduction

Motivation and Goals

  • High-level language for programming IC applications

  • Simple ("K.I.S.S.") design and familiar syntax for average programmers

  • Good and convenient support for actor model

  • Good fit for underlying Wasm and IC execution model

  • Anticipate future extensions to Wasm where possible

Key Design Points

  • Simple class-based OO language, objects as closures

  • Classes can be actors

  • Async construct for direct-style programming of asynchronous messaging

  • Structurally typed with simple generics and subtyping

  • Overflow-checked number types, explicit conversions

  • JavaScript/TypeScript-style syntax but without the JavaScript madness

  • Inspirations from Java, C#, JavaScript, Swift, Pony, ML, Haskell

Related repositories

Community resources

Contribution

See our CONTRIBUTING and CODE OF CONDUCT to get started.

About

Simple high-level language for writing Internet Computer canisters

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 46.9%
  • Swift 32.2%
  • Rust 13.7%
  • Haskell 2.2%
  • Nix 1.3%
  • TeX 1.1%
  • Other 2.6%