Talk:Brainfuck code generation

From Esolang
Jump to navigation Jump to search

Another way is to program some literate programming systems such as yesweb to generate brainfuck codes (yesweb is written entirely in TeX, so it can also be extended using TeX, to add more functions). And if you want to be really strange, you can create a include file for Enhanced CWEB which contains metamacros and chunks to create C codes, which when tangled, will produce a C source file and then compiled using a C compiler, and then executed to produce a brainfuck program on stdout, which can be redirected to a file and then sent to a brainfuck interpreter. --Zzo38 23:48, 20 August 2010 (UTC)