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.
Talk:Wutlang
The way I would envision a BF server to work is that the server code would be a BF program that was run every time a request was sent. , would read one byte from the HTTP request and . would write one byte to the response. After the program terminated, the request would be sent. However, successive executions of the program will not reset the memory pointer or tape values, so data could be saved between requests. It would be very challenging to verify that the user was sending well-formed HTTP and deal with invalid requests as well as attacks. There should also be a way to send a request to an arbitrary IP address. Challenger5 (talk) 00:40, 10 January 2017 (UTC)