ChrisMAN Posted October 2, 2012 Posted October 2, 2012 If you are using lua and not using underscore you are probably doing it wrong. It is the only sane comprehensive set of utility functions I have found. Gives you alot of nice iterators, some OO facilities, some functional programming. If you have used other languages and miss nice things this gets you closer. http://mirven.github.com/underscore.lua/ Check it out. Hate lua less. I did have a problem with the module export. I manually aliased the '_' to Underscore require 'scripts/underscore' local _ = Underscore:new() Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.