If you know tomcats jasper its jsp wrapper to java class, say I like to do something like this not web related just the general idea to JavaScript a开发者_开发问答nd c++, what I need to do? I mean
What technologies and book and article should I read? Where to start what concept to follow?I just recently found out about Node.js which might be what you are looking for. It allows JavaScript to be used outside browser and has capability to include C/C++ addons. More about in the API docs.
EDIT: If you want to use JavaScript as a build tool, then Jake should do it. It is direct port of Rake to JavaScript.
You may want to try Lua. There are plenty of tutorials available, i.e. http://heavycoder.com/tutorials/lua_embed.php
精彩评论