|
|
|
|
|
by tlrobinson
6541 days ago
|
|
I think the problem arises when people hear about a concept and try to understand it without knowing the foundation required to really understand it. Pointers are easy if you understand the basics of how a computer works and know a language like C. Likewise, closures are easy when you know a little about functional programming and understand first class functions. |
|