We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
Brain-os source code (not an esolang but an esolang-built OS)
This is some code for an Brainfuck operating system. Everyone is free for editing but do not vandalize the system. (WIP project)
Code
commands
L list files
C create dummy file
O open file
H halt
>> skip pointer storage
> leave looping adress
, input
subtract 67, its more optimized when typing the exact command
>+<[>[-]<[-]] check zero
TODO: add halt command
used:3
Progress
Progress newly started. Lately discovered a pointer system and a arcithecture.
Current stuff
Pointers
,[[->>>>>>>>>>+<<<<<<<<<<]>>>>>>>>>>-]++++++++++
This command writes 10 to any adress you want * 10. This command will be helpful for the OS to be built in many ways.
Lets look at how this command can be used: