Giter VIP home page Giter VIP logo

oopeau3's Introduction

AutoIt OOP Extender

Since the introduction of ObjCreateInterface, AutoIt is able to natively create real objects. However, this is quite difficult for non-experienced users. This UDF here enables a "classic" syntax for declaring classes and instantiating objects from them. Before you ask: NO, it is not just another preprocessor that's faking OOP syntax - this is the real deal.

Care has been put into this UDF and it is in the authors interest to fix all bugs remaining and implement features as long as the result works in the Stable release of AutoIt.

Features

  • Define an unlimited number of classes.
  • Create unlimited instances of objects.
  • Create arrays of objects.
  • Mix and match different data types in arrays (one or more elements can be objects).
  • Define custom constructors and destructors.
  • Pass an unlimited number of arguments to the constructor (even to all objects in one array at the same time).
  • Automatic garbage collection.
  • Compatible with Object-enabled AutoIt keywords (With etc.), optional parentheses on parameterless functions.
  • Fully AU3Check enabled.
  • IntelliSense catches class-names for auto-completion.
  • Automatically generates a compilable version of the script.
  • Non-instantated classes get optimzed away.
  • Use C-style macros

by minxomat (autoit.de), runtime by Mars (autoit.de)

oopeau3's People

Contributors

bilgus avatar turbo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.