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

lila-lang

< >

lila-lang is a programming language created in 2019.

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

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} $.+ $ } }
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll