dex is a programming language created in 2018.
| #706on PLDB | 8Years Old |
git clone https://github.com/google-research/dex-langResearch language for array processing in the Haskell/ML family
:p x = 1. -- let binding
y = (z = 2.; z + 1.) -- let binding of a nested let expression
.. -- escaped cosmetic line break
x + y -- body of let expression| Feature | Supported | Example | Token |
|---|---|---|---|
| Comments | ✓ | -- A comment | |
| Line Comments | ✓ | -- A comment | -- |
| Semantic Indentation | X |