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

Lush

< >

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

#1980on PLDB 22Years Old
Download source code:
git clone https://sourceforge.net/projects/lush/
HomepageSource CodeDocs

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))))))

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0