This is a GolfScript interpreter in Rust (WIP).
It's about 20× faster than the Ruby interpreter, and currently compatible with about 97% of the GolfScript solutions on anarchy golf.
Try cargo run -- --code code --input input
, e.g. cargo run -- --code '~]{+}*' --input '1 2 3 4'