Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvob/brainfuck
Brainfuck interpreters written in various languages
https://github.com/dvob/brainfuck
brainfuck go interpreter python rust zig
Last synced: about 2 months ago
JSON representation
Brainfuck interpreters written in various languages
- Host: GitHub
- URL: https://github.com/dvob/brainfuck
- Owner: dvob
- Created: 2021-09-19T20:44:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T19:56:17.000Z (10 months ago)
- Last Synced: 2024-12-24T00:14:10.214Z (about 2 months ago)
- Topics: brainfuck, go, interpreter, python, rust, zig
- Language: C
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# brainfuck
Brainfuck interpreters written in various languages:* [rust](./rust)
* [zig](./zig)
* [go](./go)
* [python](./python)
* [c](./c)
* [javascript](./javascript)