Brainf*ck Web
By Jasper M-W | Published at 2021-06-02
BF-Web is a program allows you to use brainf*ck for web development.
BF-Web Encoder Questionable-Research-Labs/web.bf Produced for the Terrible Ideas HackathonBrainf*ck is the future of programming, and this brings it to the web using initiative concepts that take the load off your servers.
Example Usage
Let’s go through the process to use [this example website][web-bf-example], which doesn’t support mobile (which is most definitely not from intense technical limits on length)
First you start out your super simple brainf*ck code:
+++++ [->++ +++<] >++++ +++.< +++++ [->++ +++<] >+++. <++++ +++[- >++++
+++<] >++++ ++.+. +++++ .<+++ [->-- -<]>- ---.- ----- -.<++ ++++[ ->---
---<] >---. <++++ +[->- ----< ]>--- --.<+ +++++ ++[-> +++++ +++<] >++.<
+++[- >+++< ]>+++ +.<++ +[->- --<]> --.<+ +++[- >++++ <]>++ +++.< +++++
++++[ ->--- ----- -<]>- ----- --.<+ +++++ +++[- >++++ +++++ <]>++ +++++
+++.< +++++ ++++[ ->--- ----- -<]>- ----- ----. <++++ ++++[ ->+++ +++++
<]>++ +++++ +.--- .++++ .--.+ .<+++ [->++ +<]>+ ++.<+ +++++ +[->- -----
-<]>- ----- ---.< +++++ [->-- ---<] >-.<+ +++[- >++++ <]>+. -..<+ +++++
++[-> +++++ +++<] >++++ ++.<+ ++[-> ---<] >---- -.<++ ++++[ ->--- ---<]
>---- ----- .<+++ ++[-> ----- <]>-- .<+++ +++++ +[->+ +++++ +++<] >++++
++.<+ ++[-> ---<] >---- -.--- --.<+ +++[- >+
... and it continues
Full Brainf*ck Code Then put the brainf*ck into our Online Encoder:
Now with the click of a button, you get a hosted URL which you can share around! In the example, it generates the link from earlier, which is only 19 thousand characters long.
Example Site