Skip to content
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.

Variable

There are two ways to define variables.

  1. define variables without type
  2. define variables with predefined types

Function

Mostly defined all data structures as functions and can be used same syntax as javascript for function in divine.

Class

Class representation also similar to javascript functions. Identifier should start with a block letter to indicate this is not a function.

Clone this wiki locally