Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Lone

< >

Lone is an open source programming language created in 2023 by Matheus Afonso Martins Moreira.

#1555on PLDB 3Years Old
Download source code:
git clone https://github.com/lone-lang/lone
Source Code

Freestanding no libc Lisp interpreter that runs directly on the Linux kernel


Example from the web:
(import (lone) (linux system-call)) (system-call 'write 1 "Hello, world!" 13)

Language features

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 ✓

- Build the next great programming language · Add · Add Prompt · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v178.2.3