Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
9il committed Apr 27, 2015
1 parent 510b1a7 commit 1f0d10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You are already somehow familiar with the integration of scripting languages on

There is a `realization <https://github.com/DigitalMars/DMDScript>`_ of the ECMA 262 (Javascript) programming language written by Walter Bright and updated by Dmitry Olshansky.

It is also worth mentioning a popular computer games scripting language Lua. Unlike many other libraries built on the Lua C API, `LuaD <https://github.com/JakobOvrum/LuaD>`_ does not expose the Lua stack - instead, it has wrappers for references to Lua objects, and supports seamlessly and directly converting any D type into a Lua type and vice versa.
It is also worth mentioning the Lua programming language. Unlike many other libraries built on the Lua C API, `LuaD <https://github.com/JakobOvrum/LuaD>`_ does not expose the Lua stack - instead, it has wrappers for references to Lua objects, and supports seamlessly and directly converting any D type into a Lua type and vice versa.

.. [#API] Application Programming Interface
.. [#ABI] Application Binary Interface

0 comments on commit 1f0d10f

Please sign in to comment.