Skip to content

Olical/brainfucks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

  • JavaScript
  • Clojure
  • 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.

About

Brainfuck VM implementations in various languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published