brainfudge/README.md

5 lines
257 B
Markdown
Raw Permalink Normal View History

2022-09-03 23:32:08 -04:00
An interpreter for the [Brainf**k](https://esolangs.org/wiki/Brainfuck) esoteric programming language written in Racket Lisp.
This implemetation includes the `!` operator which allows all following characters to be read into the input tape automatically.