Functional Concepts for Practical Coders
ActionScript and JavaScript support a lot of fancy concepts like closures, partial application, filter chaining, and function composition. Without a background in functional programming, it might not be clear to you what those things are, or why you’d want to…