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

ldpl

< >

ldpl is a programming language created in 2019 by Martín del Río.

Source code:
git clone https://github.com/Lartu/ldpl
#929on PLDB 5Years Old

Compiled programming language for Unix systems, inspired by COBOL and designed to be expressive, fast, readable and easy to learn.


Example from the web:
# Hello There Example data: name is number procedure: display "Hello there, what's your name?" accept name display "你好, " name "!" crlf

Language features

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

HackerNews discussions of ldpl

title date score comments
LDPL – A simple programming language in the likeness of COBOL 04/24/2019 1 0

View source

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