# brainfuck **Repository Path**: jfiewo/brainfuck ## Basic Information - **Project Name**: brainfuck - **Description**: A collection of simple transpilers for brainfuck derivatives. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://github.com/TryItOnline/brainfuck - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-02 - **Last Updated**: 2026-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # brainfuck et al. for [Try It Online] This is a collection of simple transpilers for the [Try It Online] family of online interpreters. Currently available: * **[brainfuck]** Implemented with a wrapping tape of 65,536 8-bit cells. * **[Alphuck]** Transpiles to brainfuck. * **[brainbool]** Implemented with a wrapping tape of 65,536 8-bit cells. Input characters unequal to **1** are treated as **0**. Use `-b` for raw byte input, `-B` for raw byte output. * **[oOo CODE]** Implemented with a wrapping tape of 65,536 8-bit cells. * **[tinyBF]** Implemented with a wrapping tape of 65,536 8-bit cells. * **[Random Brainfuck]** Implemented with a wrapping tape of 65,536 8-bit cells. Uses a cryptographically secure PRNG. * **[Brainlove]** Implemented with a wrapping tape of 65,536 8-bit cells. * **[Extended Brainfuck Type I]** Implemented with a wrapping tape of 65,536 8-bit cells. [Try It Online]: https://tryitonline.net/ [brainfuck]: https://esolangs.org/wiki/brainfuck [Alphuck]: https://esolangs.org/wiki/Alphuck [brainbool]: https://esolangs.org/wiki/brainbool [oOo CODE]: https://esolangs.org/wiki/OOo_CODE [tinyBF]: https://esolangs.org/wiki/TinyBF [Random Brainfuck]: https://esolangs.org/wiki/Random_Brainfuck [Brainlove]: https://esolangs.org/wiki/Brainlove [Extended Brainfuck Type I]: https://esolangs.org/wiki/Extended_Brainfuck#Extended_Type_I