Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

725 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grid9 is an esoteric interpreted language made in Nim based on a 3x3 grid of zeros and ones.

Note: Development on this project has slowed due to me recently moving to using Rust.

Nightly Release

Open in Gitpod

Installation

Binaries

Download the latest release for your platform from the releases page.

Self Build

Windows

Make sure git is installed then run this command.

powershell.exe $code = Invoke-RestMethod "https://raw.githubusercontent.com/treymouledoux/Grid9/main/scripts/build_and_install_windows.ps1"; foreach($a in $code) {iex $a;}

Linux

Make sure curl is installed then run this command. It will automatically install git for you.

curl -s https://raw.githubusercontent.com/treymouledoux/Grid9/main/scripts/build_and_install_linux.sh | bash

Online

You can run this project in gitpod if you don't want to run it locally.

Documentation

The docs are accessible by running "grid9 d" or "grid9 documentation" in the terminal or by going to the online documentation here.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

gpl-3.0

Credits

This project was inspired by the BrainFuck project on esolangs.org.

About

A esoteric interpreted language made in Nim based on a 3x3 grid of zeros and ones.

Topics

Resources

Contributing

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages