plang is a programming language created in 2023 by Ingi Gauti.
#1607on PLDB | 1Years Old |
git clone https://github.com/PLangHQ/plang
Plang is a programming language written in natural language.
Start
- write out "Hello PLang world"
Feature | Supported | Example | Token |
---|---|---|---|
Assignment | ✓ | - set %name% as "Dwight Shrewd" | |
Conditionals | ✓ | - if %products.Count% > 0 then - go through %products% call !ProcessProduct | |
Functions | ✓ | - call !FooBar %name% |