--- wikisrc/projects/project/lua_bindings_chicken_and_egg.mdwn 2013/06/02 17:31:30 1.1 +++ wikisrc/projects/project/lua_bindings_chicken_and_egg.mdwn 2013/06/02 20:00:03 1.2 @@ -1,14 +1,14 @@ -[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. -Someone needs to take on the grunt-work task of simply creating lua interfaces into every possible NetBSD component. +Someone needs to take on the grunt-work task of simply creating Lua interfaces into every possible NetBSD component. That same someone needs to produce meaningful documentation. -As this enhances lua's usefulness, more lua bindings will then be created, etc. +As this enhances Lua's usefulness, more lua bindings will then be created, etc. -This project's goal is to set that inertia by attempting to define and create a solid baseline of lua bindings. +This project's goal is to set that inertia by attempting to define and create a solid baseline of Lua bindings. ### Here is a list of things to possibly target @@ -17,4 +17,3 @@ This project's goal is to set that inert * proplib * envsys * MI system bus code -* gpio