Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amacdougall/underscore.as
- Owner: amacdougall
- Created: 2011-07-06T18:09:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-05-28T00:25:47.000Z (over 9 years ago)
- Last Synced: 2024-07-30T02:23:14.452Z (3 months ago)
- Language: ActionScript
- Homepage:
- Size: 1.74 MB
- Stars: 39
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - underscore.as - An AS3 port of underscore.js (Unsorted / Other API)
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.)