Skip to content

Tag Archives: Functional Programming

Functional programing is wonderful (with Lua)

16-Apr-09

Views: 2Recently, I’m reading <Programming in Lua>. It impresses me a lot with functional programming features. First of all, in functional programming, function is the first class type. This is one of the most impressive features to me.  Function is a data type and the first class type. So we can bind function with any [...]