Hacker News new | ask | show | jobs
by networked 3443 days ago
A list that I maintain might help you find one: https://github.com/dbohdan/embedded-scripting-languages. Personally, I am a fan of Jim Tcl (http://jim.tcl.tk), especially for when you need a small interpreter that knows how to interact with its Unixy environment (i.e., the file system, processes, sockets and UTF-8 text data) out of the box.
1 comments

Jim Tcl actually looks about damn perfect. I'll definitely have to give that one a whirl.