开发者

If I like to take simple script like java script to be wrapper to low level like c++ what I need to do?

开发者 https://www.devze.com 2023-02-22 13:53 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消