brainfucks icon indicating copy to clipboard operation
brainfucks copied to clipboard

Brainfuck VM implementations in various languages

My collection of brainfuck interpreter implementations in various languages. This is a learning exercise that is partially documented on my blog.

All of the interpreters have the same interface, you simply execute them with a file path as their first argument, that file will be executed as a brainfuck application. You can populate stdin though pipes or typing during execution.

  • [X] JavaScript
  • [X] Clojure
  • [X] Rust

Unlicenced

Find the full unlicense in the UNLICENSE file, but here's a snippet.

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

Do what you want. Learn as much as you can. Unlicense more software.