Hacker News new | past | comments | ask | show | jobs | submit login

$ strace lua5.3 -e 'print("hello")' 2>&1 > /dev/null | wc -l

67




  $ strace txr -e '(put-line "hello")' 2>&1 > /dev/null | wc -l
  70
Very similar.

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?)




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: