Dale is a programming language created in 2013 by tomhrr.
#474on PLDB | 11Years Old |
git clone https://github.com/tomhrr/dale/
Lisp-flavoured C
Feature | Supported | Example | Token |
---|---|---|---|
References | ✓ | ||
Constructors | ✓ | ||
Namespaces | ✓ | ||
Function Overloading | ✓ | ||
Manual Memory Management | ✓ | ||
Comments | ✓ | ||
Bitwise Operators | ✓ | ||
Pointers | ✓ | ||
File Imports | ✓ | ||
Garbage Collection | X |