lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I'm pleased to announce Underscore.lua v0.4.

http://mirven.github.com/underscore.lua/

A few new functions and improvements based on feedback from v0.3 include:

_.is_equal()
_.curry()
_.pop()
_.shift()
_.unshift()
_.range()

_ global is no longer create automatically but rather returned from require so it is used as such:

_ = require 'underscore'

Thanks, and once again I look forward to any feedback!

Marcus Irven
http://marcusirven.com
http://twitter.com/mirven