Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

hilvl

< >

hilvl is a programming language created in 2015 by Holger Ludvigsen.

Source code:
git clone https://github.com/holgerl/hilvl
#1704on PLDB 9Years Old

The hilvl programming language


Example from the web:
@ var foo = 42 @ var bar = (2 + 40) @ . foo == (@ . bar) then @ set foo = 0 @ var myList = 1 2 3 @ . myList loop @ set foo = (@ . foo + (@ . element)) @ var myMap = Map of "firstname" , "Ola" "lastname" , "Nordmann" @ var MyService := @ var myAction : @ . argument + 10 MyService myAction (@ . foo) // foo is now 6, and this returns 16

Language features

Feature Supported Token Example
Comments ✓
// A comment
Line Comments ✓ //
// A comment
Semantic Indentation X

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 625 · feedback@pldb.io