morganstanley / hobbes

A language and an embedded JIT compiler
http://hobbes.readthedocs.io/
Apache License 2.0
1.16k stars 105 forks source link

add an env var to enable redirecting `print`'s output to file #448

Closed mo-xiaoming closed 1 year ago

mo-xiaoming commented 1 year ago

setting HOBBES_REDIRECT_PRINT_FILE to redirect print's output to specified file

mo-xiaoming commented 1 year ago

bad idea