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
- Host: GitHub
- URL: https://github.com/8pockets/hi
- Owner: 8pockets
- License: apache-2.0
- Created: 2018-07-18T04:44:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T05:10:05.000Z (over 6 years ago)
- Last Synced: 2024-06-19T21:57:44.408Z (over 1 year ago)
- Topics: golang, interpreter, programming-language
- Language: Go
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
The Hi Programming Language
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.