I'm writing a ray tracer in Bruijn and I want my program to output a BMP file. It would be great if the bruijn CLI had a flag to disable (1) echoing of the input, (2) the *> and ?> decorators, and (3) the pretty-printing of the output. I just want the program's raw output bytes on stdout, and nothing else! :)
For now, I'm dumping my Bruijn program to BLC and executing it with SectorLambda. Related: #2.
I'm writing a ray tracer in Bruijn and I want my program to output a BMP file. It would be great if the
bruijnCLI had a flag to disable (1) echoing of the input, (2) the*>and?>decorators, and (3) the pretty-printing of the output. I just want the program's raw output bytes on stdout, and nothing else! :)For now, I'm dumping my Bruijn program to BLC and executing it with SectorLambda. Related: #2.