Talk:Closure (computer programming): Difference between revisions

Content deleted Content added
Demerphq (talk | contribs)
Demerphq (talk | contribs)
Line 70:
IMO a Perl example is well called for. The counter example IMO isn't bad. I took the liberty of updating it a touch style wise tho, the &$f() style is a bit archaic. And really I think there are a lot more people out there that can read Perl than can read ML, and k.lee's comments appear a bit uninformed, shift isnt the only way to access arguments in perl. Also, Perl is one of the few "popular" (non-academic maybe is better) languages that makes heavy use of closures, so i think an example of it would be well worth while. [[User:Demerphq|Demerphq]] 19:09, 7 April 2006 (UTC)
----
Im going to add a perl example back to the page unless somebody protests. [[User:Demerphq|Demerphq]] 17:05, 10 April 2006 (UTC)
 
==Closures and Java==