Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

lila-lang

< >

lila-lang is a programming language created in 2019.

#2683on PLDB 5Years Old
Download source code:
git clone https://github.com/codr7/lila

a cleaner language based on Common Lisp


Example from the web:
fun fib(n:Int) (Int) { if {n.< 2} n { fib {n.- 1} fib {n.- 2} $.+ $ } }

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io