Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Yes, tons. Lua and Python seems to be the most popular:</p> <p><strong>Embedding Lua</strong></p> <ul> <li><a href="http://www.lua.org/pil/24.html" rel="nofollow noreferrer">http://www.lua.org/pil/24.html</a></li> <li><a href="https://stackoverflow.com/questions/38338/why-is-lua-considered-a-game-language">https://stackoverflow.com/questions/38338/why-is-lua-considered-a-game-language</a></li> <li><a href="https://stackoverflow.com/questions/250151/lua-as-a-general-purpose-scripting-language">Lua as a general-purpose scripting language?</a></li> </ul> <p><strong>Embedding Python</strong></p> <ul> <li><a href="http://docs.python.org/extending/embedding.html" rel="nofollow noreferrer">http://docs.python.org/extending/embedding.html</a></li> </ul> <p><strong>Embedding Tcl</strong></p> <ul> <li><a href="http://wiki.tcl.tk/3474" rel="nofollow noreferrer">http://wiki.tcl.tk/3474</a></li> <li><a href="http://wiki.tcl.tk/2265" rel="nofollow noreferrer">http://wiki.tcl.tk/2265</a></li> </ul> <p><strong>Embedding Ruby</strong></p> <ul> <li><a href="https://stackoverflow.com/questions/239315/how-to-embed-ruby-in-c">How to embed Ruby in C++?</a></li> </ul> <p><strong>Embed Perl</strong></p> <ul> <li><a href="http://perldoc.perl.org/perlembed.html" rel="nofollow noreferrer">http://perldoc.perl.org/perlembed.html</a></li> </ul> <p><strong>Embed JavaScript</strong></p> <ul> <li><a href="http://spiderape.sourceforge.net/" rel="nofollow noreferrer">http://spiderape.sourceforge.net/</a></li> </ul> <p>There are dozens of JavaScript engines around, this is just an example. Some of them are also frighteningly quick. </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload