An open API service indexing awesome lists of open source software.

https://github.com/8pockets/hi

Hi-lang is beginner's all-purpose symbolic instruction code
https://github.com/8pockets/hi

golang interpreter programming-language

Last synced: 14 days ago
JSON representation

Hi-lang is beginner's all-purpose symbolic instruction code

Awesome Lists containing this project

README

          




The Hi Programming Language


build-status
build-status
license

Hi-lang is a general-purpose programming language designed for beginners, statically typed and user-friendly.
Core implementation is 100% pure **Go**.

This is the main source code repository for Hilang. It contains the compiler, standard library, and documentation.

## Features

* **Statically typed** - Static typing makes it easier to write safe and efficient interfaces between gluon and the host application.

* **UTF-8 by default** - Hilang supports unicode out of the box with utf-8 encoded strings and unicode codepoints as characters.