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
- Host: GitHub
- URL: https://github.com/ngarbezza/gobstones-rb
- Owner: ngarbezza
- License: gpl-3.0
- Created: 2012-12-07T23:35:40.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2025-05-01T02:38:27.000Z (about 1 year ago)
- Last Synced: 2025-05-18T08:11:21.588Z (about 1 year ago)
- Topics: hacktoberfest
- Language: Ruby
- Homepage:
- Size: 1.02 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
## gobstones-rb
[](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`