![]() ![]() | ![]() |
version 1.2, 2013/06/02 20:00:03 | version 1.3, 2013/06/02 20:49:09 |
---|---|
Line 1 | Line 1 |
[[!template id=project | |
title="Lua bindings, chicken and egg" | |
contact=""" | |
[tech-kern](mailto:tech-kern@NetBSD.org) | |
""" | |
category="lua" | |
difficulty="medium" | |
duration="3 months" | |
description=""" | |
[Lua](http://www.lua.org/) is obviously a great choice for an embedded scripting language in both [kernel space](https://www.netbsd.org/gallery/presentations/mbalmer/fosdem2012/kernel_mode_lua.pdf) and [user space](https://www.netbsd.org/gallery/presentations/mbalmer/fosdem2011/lua_in_netbsd.pdf). | [Lua](http://www.lua.org/) is obviously a great choice for an embedded scripting language in both [kernel space](https://www.netbsd.org/gallery/presentations/mbalmer/fosdem2012/kernel_mode_lua.pdf) and [user space](https://www.netbsd.org/gallery/presentations/mbalmer/fosdem2011/lua_in_netbsd.pdf). |
However, there exists a issue where Lua needs [bindings](http://lua-users.org/wiki/BindingCodeToLua) to interface with NetBSD for it to be useful. | However, there exists a issue where Lua needs [bindings](http://lua-users.org/wiki/BindingCodeToLua) to interface with NetBSD for it to be useful. |
Line 17 This project's goal is to set that inert | Line 30 This project's goal is to set that inert |
* proplib | * proplib |
* envsys | * envsys |
* MI system bus code | * MI system bus code |
""" | |
]] |