I'm experimenting around with JsTalk and tried to use underscore.js from my script (I concatenated the files) and when I run it using jstalk it finds the following error:
Error line 503, SyntaxError: Expected an identifier but found '[' instead
When I execute the exact same code using node instead of jstalk it works just fine.