brainfuck-2.7.1
Brainfuck interpreter written in C
Back to search · Project homepage
Description
Brainfuck is a programming language created in 1993 by Urban Muller and
notable for its extreme minimalism.
Brainfuck programs are composed as a series of characters. The language
specification defines eight characters/commands and four areas of
memory: code, code pointer, memory, and data pointer.
Although the language is Turing complete, the prohibitively long execution
time makes brainfuck programs impractical.
Package information
- Ports path
- lang/brainfuck
- Package architecture
- amd64
- Maintainer
- Nayden Markatchev <nayden@openbsd.org>
- Categories
- lang
- Available flavors
- None listed
These are ports metadata. Binary availability depends on the release, architecture and mirror. Build and test dependencies are not an installation checklist.
Direct dependencies
Build
- devel/cmake/core STEM->=4
- devel/ninja