Talk:Wutlang

From Esolang
Jump to navigation Jump to search

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)