https://github.com/brookr/ruby-fuck
https://github.com/brookr/ruby-fuck
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brookr/ruby-fuck
- Owner: brookr
- Created: 2015-05-22T08:55:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-16T21:09:39.000Z (about 11 years ago)
- Last Synced: 2025-01-09T12:52:02.552Z (over 1 year ago)
- Language: Ruby
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brainf*ck
This is my initial attempt to implement a basic brainf*ck interpreter in Ruby. Any help DRY'ing it up or improving the algorithm to make it faster would be much appreciated! I know there are probably dozens of BF interpreters in Ruby on GitHub, but I wanted to reason through and write this by myself, so I'm holding back from looking at one.