HN user

hasseg

46 karma

http://hasseg.org

Posts5
Comments2
View on HN

Fcsh is indeed a lot faster than mxmlc. I've written a small shell script that stands in for fcsh and provides an interface like the standard mxml compiler (mxmlc) so that you can just call it (like you would call mxmlc) and have it return an exit status instead of dropping you into an interactive shell like fcsh does. It's called fcshctl:

http://hasseg.org/blog/?p=194