An open API service indexing awesome lists of open source software.

https://github.com/ngarbezza/gobstones-rb

A Ruby implementation of the Gobstones programming language
https://github.com/ngarbezza/gobstones-rb

hacktoberfest

Last synced: about 1 year ago
JSON representation

A Ruby implementation of the Gobstones programming language

Awesome Lists containing this project

README

          

## gobstones-rb

[![Code Climate](https://codeclimate.com/github/ngarbezza/gobstones-rb.png)](https://codeclimate.com/github/ngarbezza/gobstones-rb)

Ruby implementation of the Gobstones programming language.
[Haskell](http://sourceforge.net/projects/gobstones/) and
[Python](https://bitbucket.org/foones/gobstones) implementations.

Gobstones is a programming language designed for teaching the fundamental
abstractions for algorithmic problem solving.

## Status

In progress

## Usage

`gem install gobstones`

Then run any valid `.gbs` program using the `gobstones` binary:

`gobstones my_program.gbs`