Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amacdougall/underscore.as

An AS3 port of underscore.js
https://github.com/amacdougall/underscore.as

Last synced: 3 months ago
JSON representation

An AS3 port of underscore.js

Awesome Lists containing this project

README

        

An Actionscript 3 port of [underscore.js](http://documentcloud.github.com/underscore/). A few implementation details are different, but the core functionality remains the same. Just import com.alanmacdougall.underscore._ at the top of your script, then use just like you would use underscore.js. (A copy of underscore.js itself is included for comparison.)