Gloo
About This Project
gloo is a personal passion project — a custom interpreted programming language built in Ruby that I've been designing and building over several years. It's under active, ongoing development, so expect the design (especially around GUI support) to keep evolving.
This is shared publicly for visibility, not as a maintained open-source project. I'm not actively seeking contributions right now, but feel free to open an issue if something's broken or you're curious about the design — just know response times may be slow.
Installation
The gloo gem is published on RubyGems and can be installed with:
gem install gloo
Usage
Run gloo:
gloo
See documentation below, or the in-app help for usage.
Documentation
Read in order for a guided tour of the language, top to bottom, or jump straight to any page — pages toward the bottom are reference material and read fine out of sequence.
- Getting Started — prerequisites, installation, hello world, history and concepts
- Application — running gloo, modes, configuration, logging, the in-app help shell
- Language, Objects — object naming, keywords, literals, value conversion
- Language, Syntax — color, errors, events, system objects, here/it, pathnames
- Language, Scripting — script files, constants, line continuation
- Objects — a tour of built-in object types (string, container, integer)
- Verbs — a tour of verbs (run, tell, put)
- Operators — math and comparison operators
- Iterators — each, repeat
- Plugins — core libraries and user extensions
License
This project is licensed under the MIT License — see
LICENSE.txt for details.