Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

Lily

Lily - Programming language

< >

Lily is a programming language created in 2011.

#709on PLDB 12Years Old 1.2kUsers
1Books 0Papers

Try now: Web · TIO

An interpreted language with a focus on expressiveness and type safety


Example from the web:
scoped enum Color { Black, Blue, Cyan, Green, Magenta, Red, White, Yellow } class Terminal(public var @foreground: Color, width_str: String) { public var @width = width_str.parse_i().unwrap_or(80) public define set_fg(new_color: Color) { @foreground = new_color } } var terms = [Terminal(Color.White, "A"), Terminal(Color.Red, "40")] terms.each(|e| e.width += 20 ) |> print

Language features

Feature Supported Token Example
Comments ✓
Semantic Indentation X

Books about Lily from ISBNdb

title authors year publisher
The Lily and the Cross: A Ring and Crown Novel de la Cruz, Melissa 2017 Independently published
futurebasic.html · lily.html · geo-ml.html

View source

- Build the next great programming language · Search · Day 213 · About · Blog · Acknowledgements · Traffic · Traffic Today · GitHub · feedback@pldb.com