Download GLang ...
🪟 Download GLang for Windows (.exe)🍏 Download GLang for macOS (.pkg)
Beta or previous versions are available here.
Pre-Install Notes
Upon installing, GLang requires ~5 MB of space. As far as computer power goes, that's up to you! It's optimized to run well even on low-end laptops.
Install Instructions
On macOS: Double click the .pkg to open a dialog guiding you through installation.
On Windows: Double click the .exe to open a setup dialog allowing you to configure installation.
Once GLang is installed, confirm everything works by opening a new terminal and typing:
glang
You should see something along the lines of:
George Language 0.1
Type '/exit' to exit
>>>
You can press Ctrl+C to exit the process.
Post-Install Notes
GLang includes a set of tools you can use to manage the GLang binary and components.
Updating to the latest version can be done with:
glang self update
Updating GLang's library (lib) can be done with:
glang self update --lib
This is done automatically by glang self update
Uninstalling all components and external files is as simple as:
glang self uninstall