Visual APL supports
dynamic definition of functions, methods and classes
When
you need to define your code at runtime, Visual APL is your choice Visual APL works
the way you expect when you need to define functions at runtime, just use []def
or []fx. However, with Visual APL there is much more. Not only can you define a
single function, you can define multiple functions, variables and classes all in
one []def
Since Visual APL, in addition to the traditional APL syntax, also support C# syntax
you can create script input for your users who are familiar with C#
With over 9 million C# developers, and millions more familiar with its syntax, this
means less training when you need to provide a script interface in your application.
Everything you expect from dynamic APL definition and a lot more!