DZone

This is the continuation of my previous article where I walked you through how to create database HTTP CRUD REST endpoints. This article though goes into the depths of Hyperlambda as a programming language, and in such a regard explains how the computer can generate the code it is generating.

Fundamentally Hyperlambda from Magic is just a text representation of a tree structure, the same way XML, YAML and JSON is. Hyperlambda’s syntax though is both simpler, more humanly readable, and more easily parsed than any of the alternatives – Including YAML. To illustrate this let us look at some example Hyperlambda.

Source: DZone