Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
coldfunctional
ColdFunctional
==============

ColdFunctional is a core language extension for Railo, inspired by Underscore, Ruby,
Scala, and Clojure. It adds more *functional* programming language support to the
coldfusion language, by providing more built-in higher-order functions. Just
ColdFusion language, by providing more built-in higher-order functions. Just
install the extension and restart Railo and you can start using this new
functionality.

Expand All @@ -20,6 +20,6 @@ RoadMap
* functionPartial(fn,args...) creates a function that will execute the function with the provided args defaulted plus whatever arguments that are provided
* map(fn, collection) (allows reversal of arguments)
* map(fn, collections...) calls fn(col1[1],col1[2]) and creates one collection
* constantly(x) returns an fn that returns x no matter what is passed in as arguments.
* constantly(x) returns an fn that returns x no matter what is passed in as arguments