[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] Underscore.lua 0.4
- From: Marcus Irven <marcus@...>
- Date: Sun, 13 Dec 2009 15:31:53 -0600
I'm pleased to announce Underscore.lua v0.4.
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