Yusuke Endoh
mame@ruby-lang.org
https://github.com/mame/
make
./prog > foo.c
./prog > main.c
make main
./main Hello
Big terminals with tiny fonts have their uses in certain cases. One of them is:
./prog < prog.c > treacle.c
make treacle
# or instead of make: cc -Wno-empty-body -funsigned-char treacle.c -o treacle
./treacle
When using a smart phone to read the output, you may need to step back to see the bigger picture because that picture is worth more than 1000 words.
You may want to use a large display with a very small-font terminal.
Decompress src.zip
if you need explanation.
© Copyright 1984-2015,
Leo Broukhis, Simon Cooper, Landon Curt Noll
- All rights reserved |