Function frequency: Difference between revisions

Explained intent
(→‎{{header|Tcl}}: added note in HTML comment)
(Explained intent)
Line 1:
{{draft task|Programming environment operations}}
Display - for a program or runtime environment (whatever suites the style of your language) - the top ten most frequently occurring functions (or also identifiers or tokens, if preferred).
 
This is a static analysis: The question is not how often each function is
actually executed at runtime, but how often it is used by the programmer.
 
Besides its practical usefulness, the intent of this task is to show how to do self-inspection within the language.
 
=={{header|Go}}==
Anonymous user