Hymn Script
Home Learn Play Download Source Dark

Learn


Read the Hymn guide

Start here to learn the language.

Table of contents:

Try Hymn in your browser

You can run Hymn scripts using the JavaScript interpreter right here.

Building Hymn

Compiling and running Hymn scripts is easy. You'll need a C compiler such as GCC, MSVC, or Clang.

Including Hymn in your project

For embedding Hymn within a project, copy everything from Hymn's src/ directory to your project's code directory.

Using Hymn in Node JS

For using Hymn within Node JS, copy hymn.js to your project's code directory. Then add `const hymn = require('./hymn')` to your script.