4282 shaares
18 results
tagged
lua
Une courte présentation que j'ai donné cette après-midi à Voyages-sncf.com Technologies :
<iframe src="https://chezsoi.org/lucas/blog//lucas/slides/intro-lua/" width="600" height="400">
<p>Iframes non supportées. Cliquez sur le lien dans le paragraphe ci-dessous pour accéder directement aux slides.</p>
</iframe>
Les slides sont accessibles ici en plein écran.
go-lua - A Lua VM in Go
This article shows a way to achieve type safe interaction between C++ and Lua. By utilizing the Boost::FunctionTypes library, we’re able to automatically detect the number and types of the parameters in the exported function, making the procedure for registering a C++ function as simple as a single function call with a name and a function pointer