Contact Us | Home
VisualCielo.com
Search VisualCielo.com for:
 

 

Visual Cielo supports both dynamic and strong typing

Visual Cielo creates .Net compliant assemblies.  Visual Cielo also support scripting and dynamic execution at runtime of functions, classes, control statemetns, everything you expect from a dynamic language.  Dynamic languages have always meant the freedom to create code without the worry of variable typing.  Visual Cielo continues this and adds the ability to use strong typing when needed.

Visual Cielo supports dynamic code creation and completely dynamic variable types. The variables in Visual Cielo can be any object, without regard to type.

Dynamic typing is extremely valuable when processing arrays and doing mathematical computations where the type of the data is likely to be promoted and demoted. In addition, in many of these computations the dimensions of an array are likely to change often during processing. For these cases, strong typing would be impossible to implement.

However, as we all know, there are some cases, where strong typed variables can add both clarity and speed to your code.

For these cases, you can now create the strong typed code directly in your Cielo function. You no longer have to rely on pre-compiled assembler routines. Now you can create the solution in Visual Cielo in your functions.

Even in your scripts, you can add strong typing to variables in the functions and fields in your classes.







© 2007 Visual Cielo, All rights reserved.