Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonardiwagner/hue-language
an academic programming language
https://github.com/leonardiwagner/hue-language
Last synced: about 1 month ago
JSON representation
an academic programming language
- Host: GitHub
- URL: https://github.com/leonardiwagner/hue-language
- Owner: leonardiwagner
- Created: 2014-05-31T00:11:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-03T15:38:30.000Z (over 8 years ago)
- Last Synced: 2023-08-04T09:53:03.744Z (over 1 year ago)
- Language: JavaScript
- Size: 321 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hue-language [![Build Status](https://travis-ci.org/leonardiwagner/hue-language.svg)](https://travis-ci.org/leonardiwagner/hue-language)
============an academic programming language written in Javascript
**Why Hue to learn Object-Oriented programming, instead other programming language?**
Programming languages such as C, Java or Python are made to create real-life software, with complex code writting and enviroment. In the other hand Hue has a minimalist synthax turning learning process easy and very understandable. Also, you can write and execute Hue code everywhere, without installing or configuration through the online HueIDE.
**Hue features**
- Designed to avoid commom mistakes and to enforce good programmimg practices
- 100% object-oriented
- Clear compiler errors and warnings for code-smells####Learn Hue!
See: [variables](https://github.com/leonardiwagner/hue-language/wiki/Variables-and-Constants), [functions](https://github.com/leonardiwagner/hue-language/wiki/Functions), [classes and interfaces](https://github.com/leonardiwagner/hue-language/wiki/4.-Classes-and-Interfaces), [etc...](https://github.com/leonardiwagner/hue-language/wiki/1.-Hue-Language-and-Synthax)