Skip to content

Brainfuck programming language interpreter written in Golang

License

Notifications You must be signed in to change notification settings

ArunMurugan78/bfuk

Repository files navigation

Bfuk ⚡

Bfuk is a Brainf**k programming language interpreter written in Golang

bfuk licence bfuk forks bfuk stars bfuk issues bfuk pull-requests

What is Brainfuck

Brainfuck is a minimal esoteric programming language. It provides a 30K 8-bit array that can be modified with 8 different characters.

For more checkout this video made by fireship.

Demo

asciicast

Installation

Binary Download

Checkout the releases to download the binary for your distribution.

Install from source

 go install github.com/arunmurugan78/bfuk/bfuk@latest

License

This project is licensed under the MIT license.