4 comments

  • EvanAnderson56 minutes ago
    If it&#x27;s not immediately clear toyou what this thing (ASF) (like it wasn&#x27;t to me) this quote from the Github README is useful:<p>&gt; JavaScript-like scripting language implemented entirely in VBA. Zero COM dependencies. Native Office object model integration with runtime monkey patching capabilities.<p>That&#x27;s bananas!<p>The specific feature being referred-to by the current title (&quot;Monkey Patching in VBA&quot;) is functionality to allow you to override or add additional methods to the stock Office COM objects in this ASF scripting language. That&#x27;s wild.<p>The extensibility of the Office object model using VBA is powerful and horrifying.
  • n0134 days ago
    Link to the subject: <a href="https:&#x2F;&#x2F;ecp-solutions.github.io&#x2F;ASF&#x2F;Language%20reference.html#com-object-prototype-extension" rel="nofollow">https:&#x2F;&#x2F;ecp-solutions.github.io&#x2F;ASF&#x2F;Language%20reference.htm...</a>
  • _boffin_1 hour ago
    Okay… this is novel to me and love it! Wish I knew about this 10 years ago.