Deluge Script is an online scripting language integrated with Zoho Creator. Deluge Script enables users to add logics incrementally to the application and makes the application more powerful and robust. To mention a few powerful applications you can create - Library Manager, Recruitment application, Inventory Management and more...
Unique features of Deluge Script:
User-friendly Syntax - The Deluge Script syntax is easy to read and understand. So the process of creating powerful application is fun, easy and quick.
Code is Data - Deluge Script has no concrete syntax. The syntax you see is just a "skin". The actual code is stored as abstract syntax (i.e a whole bunch of tables) in the database. So in future users will be able to generate the same code in their own favourable syntax. For eg: Sam can edit the code in the standard Deluge syntax while Lucy can edit the same code in a her favourable Perl syntax.
Relational Data Model - Applications built by users have a fully normalized relational data model.
Query Integrated Language - Deluge Script bridges the gap between the program logic written in a high level programming language and the data that it operates upon. It brings the expressiveness of SQL closer to the core application logic. i.e. query is integrated at the language level.
So, do you think you need to be a programmer to use Deluge Script?