DLiteScript

DLiteScript - A Delightfully Simple Scripting Language

Go Version License Quality Gate Status Coverage Go Report Card Discord

What is DLiteScript?

DLiteScript is a delightfully simple scripting language, built to be very easy to learn and pick up.

The syntax resembles that of Go, and takes inspiration from many other languages. Though the syntax is very simple, it is still a statically typed language. This helps catch errors at the time of writing, allowing you to run the code with the peace of mind that type errors are taken care of.

Next steps

Documentation

Complete DLiteScript documentation. Learn the language syntax, data types, functions, control flow, and the standard library with examples.

Playground

Try DLiteScript online in your browser. Write, run, and experiment with DLiteScript code instantly without installing anything in the interactive playground.