Measures Concepts
GitHub icon

Lush

Lush - Programming language

< >

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/
#2544on PLDB 22Years Old

Lush is an object-oriented programming language designed for researchers, experimenters, and engineers interested in large-scale numerical and graphic applications. Lush is designed to be used in situations where one would want to combine the flexibility of a high-level, weakly-typed interpreted language, with the efficiency of a strongly-typed, natively-compiled language


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 Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout