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

Lush

< >

Lush, aka Lisp Universal Shell, is a programming language created in 2002 by Leon Bottou and Yann Le Cun.

Source code:
git clone https://sourceforge.net/projects/lush/
#1320on PLDB 22Years Old


Example from the web:
(for (i 1 100) (for (j 1 100) (if (= i j) (print (* i j))))))

View source

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