67
$ strace txr -e '(put-line "hello")' 2>&1 > /dev/null | wc -l 70
Obviously there are those who care about reasonable startup times and, ... others. :)
By the way, TXR supports setuid operation, and so it makes a few extra syscalls to check its security situation (am I running setuid? setgid?)
67