Programming languages support in Arnica WebScript

April 13, 2018 by Igor Lozhkin
One of the major strengths of Arnica WebScript is that it enables you to create programming scripts written in different languages. Scripts in the same API container may invoke each other, exchange data, and co-exist in the same execution workflow.

Each script item in an API container starts with the metadata section, which specifies programming language of the script, e.g.:
                       
<!
[Metadata]
Language=csharp
[/Metadata]
!>


The following programming languages are presently supported by Arnica WebScript:


Arnica script

C#

VB.net

PHP

SQL

VBScript

Powershell


We are working on implementing support for other programming languages, with the goal of providing developers with options to pick the best language for a specific task.