Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnchildren/lazyfuck
A lazy brainfuck interpreter with minimal dependencies.
https://github.com/johnchildren/lazyfuck
brainfuck brainfuck-interpreter haskell interpreter
Last synced: about 20 hours ago
JSON representation
A lazy brainfuck interpreter with minimal dependencies.
- Host: GitHub
- URL: https://github.com/johnchildren/lazyfuck
- Owner: johnchildren
- Created: 2018-03-18T13:00:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-19T10:57:14.000Z (almost 5 years ago)
- Last Synced: 2024-10-11T23:42:29.119Z (27 days ago)
- Topics: brainfuck, brainfuck-interpreter, haskell, interpreter
- Language: Haskell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lazy Fuck
It's a brainfuck interpreter in Haskell so I guess it's ~lazy~ non-strict now. The only way you can really tell it's lazy though is by making it crash which you can do in a few different ways. I leave that as an exercise to the user though.
Oh and hello world on wikipedia seems to crash the interpreter, though I can't seem to figure out why exactly.