Easy web automation that is can be replicated deterministically to a controlled web environment
Possible native integration in the future
Programmable simple scripting language syntax that simulates UI interactions, without leading to boilerplate code
But also easily extensible with code as well
Compiler needed for running script, but also able to accept an interpreter (possibly for a "live" mode)
Self contained application, should need no other dependencies to run it, should have no need for direct installation (playing with admin rights, downloading dependencies etc) --> its alright to use other dependencies and applications for the compiling and building step (i.e. manual installation)
General
Data
Paradigm/Datatypes/Syntax
int64
,strings/chars
,array
,objects