dex is a programming language created in 2018.
#963on PLDB | 5Years Old | 1.5kUsers |
0Books | 0Papers |
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 | Token | Example |
---|---|---|---|
Comments | ✓ | -- A comment |
|
Line Comments | ✓ | -- | -- A comment |
Semantic Indentation | X |