lila-lang
lila-lang is an actively used programming language created in 2019.
1Years Old | ?Users | ?Jobs |
- lila-lang on github
- lila-lang first appeared in 2019
- Have a question about lila-lang not answered here? Email me and let me know how I can help.
Example code from the web:
fun fib(n:Int) (Int) { if {n.< 2} n { fib {n.- 1} fib {n.- 2} $.+ $ } }
Last updated August 9th, 2020