Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adityjhaa/brainfuck
https://github.com/adityjhaa/brainfuck
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/adityjhaa/brainfuck
- Owner: adityjhaa
- Created: 2024-10-12T11:48:24.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T02:35:44.000Z (about 2 months ago)
- Last Synced: 2024-12-10T03:25:24.922Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BrainFuck
**Brainfuck** has to be one of the strangest, most bizzare programming languages I’ve ever stumbled upon. It’s mind-blowing to think that a language with only eight operators `<>+-[],.` could actually be **Turing-complete**! Yet here it is, a minimalist masterpiece that can, with enough patience, produce just about any program you can dream up.
My interest in interpreters and compilers has only fueled my curiosity further, so I set myself a unconventional challenge: to write a Brainfuck interpreter in every programming language I’ve picked up over the years.