Talk:Closure (computer programming): Difference between revisions

Content deleted Content added
m moved Talk:Closure (computer science) to Talk:Closure (computer programming): More accurate parenthetical disambiguation (discuss)
Ruud Koot (talk | contribs)
{{todo}}
Line 1:
{{WikiProject Computing|class=C|importance=Mid}}
{{WikiProject Computer science|class=C|importance=Mid}}
{{WikiProject Computing|class=C|importance=Mid}}
{{todo}}
 
==Don't start with Lisp==
I don't think the initial examples should be in Lisp. Here's why: the vast majority of Lisp programmer will already be familiar with closures, but a lot of people who navigate to this page will tend to be people who aren't familiar with Lisp (if they were familiar with Lisp, they'd probably know what a closure was already). I'd suggest (for the initial examples) some language which has syntax which is more C-like. Maybe javascript? Or maybe pseudocode. Of course, definitely include the Lisp code later. Just not the very first thing. Does anyone else agree?