Wow, so this is pretty awesome stuff. I am looking at using lua to read GPIO and there have been two basic solutions from my Lua expert friend:
1) Use select or a Lua binding thereof (luasys, luaev) 2) Use Luv! Do you think GPIO is applicable to Luv? Also, I'm not a big fan of the anonymous inline function declaration (I'm sure it will grow on me but...). Can I use procedural function notation with a name and then use THAT in luvit/luv calls? Also, I'm looking at using luvit and stackers (I think?) to create a little interactive web server. How would I implement some sort of sign-in feature (I can handle the database calls and whatnot, I just don't know how the user/browser/server interacts)? Thanks Russ -- You received this message because you are subscribed to the Google Groups "luvit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
