russplaysguitar / UnderscoreCF

An UnderscoreJS port for Coldfusion. Functional programming library.
http://russplaysguitar.github.com/UnderscoreCF/
MIT License
89 stars 38 forks source link

What would you say the percentage of Underscore is accurately ported? #6

Closed jfrux closed 11 years ago

russplaysguitar commented 12 years ago

95% I implemented all of the unit tests from UnderscoreJS. The main thing that is missing is the ability to do chaining. Certain other things just didn't make sense in CF.