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
Go From AI Idea to AI App Fast Icon
Go From AI Idea to AI App Fast

One platform to build, fine-tune, and deploy ML models. No MLOps team required.

Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
Try 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