plang is a programming language created in 2023 by Ingi Gauti.
| #1628on PLDB | 3Years Old |
git clone https://github.com/PLangHQ/plangPlang 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% |