Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 682 Bytes

README_EN.md

File metadata and controls

29 lines (21 loc) · 682 Bytes

Nighta

language: 中文 | ENGLISH

Nighta

Nighta is a lightweight scripting language, with its name signifying "something created overnight."

Code Sample

  (var msg1 "Hello,")
  (var msg2 "World!")
  (say (msg1 + msg2))

Quick Start

Currently, we can code with Nighta in the Playground

Document

Read Document to learn about Nighta more!

Contribution Guide

Eager to contribute to Nighta's growth? It might not be the time just yet...