-
Notifications
You must be signed in to change notification settings - Fork 0
Home
h123eranga edited this page Jul 17, 2019
·
1 revision
Welcome to the divine wiki!
Developing the next generation server side programming language for easy use by those who are familiar with javascript syntax. Purpose of developing the language is to save time while developing a full stack application.
There are two ways to define variables.
- define variables without type
- define variables with predefined types
Mostly defined all data structures as functions and can be used same syntax as javascript for function in divine.
Class representation also similar to javascript functions. Identifier should start with a block letter to indicate this is not a function.