Difference between revisions of "Motoko (programming language)"

From Internet Computer Wiki
Jump to: navigation, search
(Created page with " ==History== ==Design Intent== ==Syntax== ==Features== ==Components== ==Language Extensions== ==Adoption== ==Development== ==References==")
 
Line 1: Line 1:
 +
==Summary==
 +
 +
The Motoko programming language is a new, modern and type safe language for developers who want to build the next generation of distributed applications to run on the Internet Computer blockchain network. Motoko is specifically designed to support the unique features of the Internet Computer and to provide a familiar yet robust programming environment. As a new language, Motoko is constantly evolving with support for new features and other improvements.<ref name="mo">https://smartcontracts.org/docs/language-guide/motoko.html</ref>
 +
 +
The Motoko compiler, documentation, and other tooling is [https://github.com/dfinity/motoko open source] and released under the Apache 2.0 license.
  
 
==History==
 
==History==

Revision as of 00:54, 18 November 2021

Summary

The Motoko programming language is a new, modern and type safe language for developers who want to build the next generation of distributed applications to run on the Internet Computer blockchain network. Motoko is specifically designed to support the unique features of the Internet Computer and to provide a familiar yet robust programming environment. As a new language, Motoko is constantly evolving with support for new features and other improvements.[1]

The Motoko compiler, documentation, and other tooling is open source and released under the Apache 2.0 license.

History

Design Intent

Syntax

Features

Components

Language Extensions

Adoption

Development

References