|
|
|
|
|
by a_lost_needle
1673 days ago
|
|
You can use most of the concepts in any language that allows first class functions, closures, pattern matching and types. Combinators are just ways to compose a function to create a new function that executes some aspect upon a set (usually). |
|