--- layout: page ---
Here is a simple Move program which outputs “Hello John” three times:

hello = ^(name){ "Hello "+name }
repeat
{times: 3} ^{
 
print hello {name: "John"}
}

Use move.js or get the source from github.com/rsms/move


Learn how to Move

DanceMove has been designed with humans in mind and is very suitable as a first programming language. Learn how to Move and you will be able to write rich websites, server programs, etc -- Move runs everywhere and it's fun!

Get started with "How to Move" →

{% for p in site.pages %}{% if p.url == '/index-features.html' %} {{ p.content }} {% endif %}{% endfor %}

{% for p in site.pages %}{% if p.url == '/index-usage.html' %} {{ p.content }} {% endif %}{% endfor %}