Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaaumg/jo-o-brainf-ck
A way to write my name (João) in BrainF*ck
https://github.com/jaaumg/jo-o-brainf-ck
algorithm brainfuck
Last synced: about 2 months ago
JSON representation
A way to write my name (João) in BrainF*ck
- Host: GitHub
- URL: https://github.com/jaaumg/jo-o-brainf-ck
- Owner: JaaumG
- Created: 2022-06-21T13:54:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T15:22:42.000Z (over 2 years ago)
- Last Synced: 2023-03-05T03:25:06.382Z (almost 2 years ago)
- Topics: algorithm, brainfuck
- Language: Brainfuck
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# João-Brainf*ck
A way to write my name (João) in BrainF*ck![Program running](https://user-images.githubusercontent.com/87271192/190914457-5145a7e9-834e-467a-bdb3-c333f95d3975.gif)
## Brainfuck
> **Brainfuck** is an esoteric programming language created in 1993 by Urban Müller.
Notable for its extreme minimalism, the language consists of only eight simple commands, a data pointer and an instruction pointer. While it is fully Turing complete it is not intended for practical use, but to challenge and amuse programmers. Brainfuck requires one to break commands into microscopic steps.To run the code i recommend this page : https://brainfuck-visualizer.herokuapp.com