Questions Columns Rows
GitHub icon

Heron

Heron - Programming language

< >

Heron is a programming language created in 2016 by Christopher Diggins.

Source code:
git clone https://github.com/cdiggins/heron-language
#1506on PLDB 7Years Old

A pure functional type-inferred language based on JavaScript


Example from the web:
// Named function with statement body function sum(xs) { var result = 0; for (var x in xs) result += x; return result; }

Language features

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

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Stats · Sponsor · Traffic · Traffic Today · Day 278 · feedback@pldb.com · Logout