dex is a programming language created in 2018.
#685on PLDB | 6Years Old |
git clone https://github.com/google-research/dex-lang
Research 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 |