8pockets / hi

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Apache License 2.0


Languages

Language:Go 100.0%