摘要:
what is closure? -- A closure is a function that can access interesting non-local variables Variable scope When you declare a local variable, that var 阅读全文
摘要:
The idea was borrowed from Modula-3. It turns out to be very useful, for a variety of reasons. First, it’s more obvious that you are using a method or 阅读全文