Measures Concepts
GitHub icon

Luna

Luna - Programming language

< >

Luna is a programming language created in 2011 by TJ Holowaychuk.

Source code:
git clone https://github.com/tj/luna
#823on PLDB 13Years Old

Luna is an expressive, minimalistic, elegant programming language implemented in C. With cooperative thread concurrency at its core, async I/O, and influences derived from languages such as Lua, io, Rust, Ruby, and C. Luna favours unification and minimalism over minor obscure conveniences, providing the true convenience of a simple effective language. This includes omitting features which facilitate magic such as getters/setters, method_missing-style delegation etc. This project is very much a work in progress, as I explore the wonderful world of VMs! feel free to join.


Example from the web:
def greet(name:string) return "Hello " + name end

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout