Skip to content

Instantly share code, notes, and snippets.

@dockimbel
Created February 8, 2022 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dockimbel/cb5607b0696558d44aa4a3537e930095 to your computer and use it in GitHub Desktop.
Save dockimbel/cb5607b0696558d44aa4a3537e930095 to your computer and use it in GitHub Desktop.
Global space function stats per type
Red []
count: function [][
list: [native! 0 action! 0 op! 0 function! 0 routine! 0]
foreach w words-of system/words [
if pos: find list type?/word get/any w [pos/2: pos/2 + 1]
]
list
]
probe count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment