ldpl is a programming language created in 2019 by MartÃn del RÃo.
#1440on PLDB | 4Years Old | 199Users |
0Books | 0Papers |
Compiled programming language for Unix systems, inspired by COBOL and designed to be expressive, fast, readable and easy to learn.
# Hello There Example
data:
name is number
procedure:
display "Hello there, what's your name?"
accept name
display "ä½ å¥½, " name "!" crlf
Feature | Supported | Token | Example |
---|---|---|---|
Comments | ✓ | # A comment |
|
Line Comments | ✓ | # | # A comment |
Semantic Indentation | X |
title | date | score | comments |
---|---|---|---|
LDPL – A simple programming language in the likeness of COBOL | 04/24/2019 | 1 | 0 |