7

I'm trying to write a social networking site in Malbolge with CGI. I need to store data in a database. How can I read and write files in Malbolge?

1 Answers1

17

Is this the same Malbolge which is deliberately so difficult to write programs in that it took two years for the first program to be discovered (by a brute force search of the program space)? And which it then took cryptanalysis to find out how to write programs on purpose?

If so, the answer is that you can't --- it has no I/O capability other than stdin and stdout. Although I suppose you could connect it via a pty to a command line of some description.

David Given
  • 13,277
  • 9
  • 76
  • 123
  • 5
    This question may be of interest: http://stackoverflow.com/questions/859314/stumped-in-malbolge Otherwise, good luck, and I'm sure that if you do succeed then some kind of major award will be due to you once you get out of the asylum... – David Given Jun 12 '11 at 22:50
  • 2
    Or maybe the goal of the OP was to build a social network for the inhabitants of Malbolge of Dante's Inferno ... who knows ... – Bentoy13 Jul 07 '15 at 09:51