A dialect of BF that on top of the original BF command set and principles, adds functionality for using addresses, splitting threads, moving throughout the code (read: subroutines), and the ability to insert values in the code itself easier.

The command list is as follows:
//////////////////////
//BrainF*ck Commands
//////////////////////
> Shift right
< Shift left
+ Inc
- Dec
[ Start while if nonzero
] End while - break if zero (Jump to address if nonzero)
. Read char
, Get char
/////////////////////
//MindF*ck Commands
/////////////////////
# Get Int
$ Read Int
( Store address
) Pop address
{ Copy value to address
} Retrieve value at address
"" Insert string - overwrites its length
:: Insert binary num
^ Jump to address in code
| Split thread at code address
! Ends process

/////
//1.1
/////

_ Inserts memory address into memory
& Jumps to memory address
@ Inserts code address into memory

Project Activity

See All Activity >

Categories

Interpreters

License

Public Domain

Follow MindF*ck

MindF*ck Web Site

Other Useful Business Software
Gen AI apps are built with MongoDB Atlas Icon
Gen AI apps are built with MongoDB Atlas

Build gen AI apps with an all-in-one modern database: MongoDB Atlas

MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of MindF*ck!

Additional Project Details

Intended Audience

Advanced End Users, Developers, End Users/Desktop

User Interface

Console/Terminal

Registered

2012-09-20