Skip to content

russplaysguitar/UnderscoreCF

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Underscore.cfc

This project is an UnderscoreJS port for Coldfusion.

Read the official documentation here: russplaysguitar.github.com/UnderscoreCF/

Build Status

Underscore.cfc is a utility-belt library that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby). It provides dozens of functions that support both the usual functional suspects: map, select, invoke - as well as more specialized helpers: function binding, sorting, deep equality testing, and so on. It delegates to built-in functions where applicable.

Underscore.cfc is compatible with Adobe Coldfusion 10 and Railo 4.

Contributing

Contributions are welcome.

To contribute:

  • Fork the project.
  • Make a feature branch: git checkout -b feature_branch
  • Make your changes.
  • Add tests.
  • Send a pull request.

Copyright

Copyright © 2012 Russ Spivey. See LICENSE.txt for details.

About

An UnderscoreJS port for Coldfusion. Functional programming library.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published