Lone is an open source programming language created in 2023 by Matheus Afonso Martins Moreira.
| #1555on PLDB | 3Years Old |
git clone https://github.com/lone-lang/loneFreestanding no libc Lisp interpreter that runs directly on the Linux kernel
(import (lone) (linux system-call))
(system-call 'write 1 "Hello, world!" 13)| Feature | Supported | Example | Token |
|---|---|---|---|
| Disk Output | ✓ | ||
| canReadCommandLineArgs | ✓ | ||
| Booleans | ✓ | ||
| Integers | ✓ | ||
| Strings | ✓ | ||
| Maps | ✓ | ||
| Lists | ✓ | ||
| Standard Library | ✓ | ||
| File Imports | ✓ | ||
| Garbage Collection | ✓ | ||
| Variadic Functions | ✓ | ||
| First-Class Functions | ✓ | ||
| Anonymous Functions | ✓ | ||
| Functions | ✓ |