The Script .NET

[Back] [Examples] [Feedback]





Mutantic Framework introduces a special kind of "meta" objects for working with objects of any type.

Definition:
Mutant is a special object which could have all properties (fields, methods, etc), and may be converted to any type (or assigned to object of any type). The semantics of such conversion (or assignment) is pragmatically conditional.

Example. Creation and Usage of MObject:
              // Create Data Mutant Object
              a = [ Text -> 'Hello from Mutant' ];
              // Set Additional Fields
              a.Top = 0;
              a.Left = 0;
              // Set corresponding fields of Windows Form object
              // (Mutantic Assignment)
              form := a;


Additional Links:


Support Script.NET project, keep it alive:

[Send e-mail]

Last updated: 1 November 2007
Created: 31 October 2007