Languages Features Creators CSV Resources Challenges Add Language
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.

#2378on PLDB 21Years Old 0Books
0Papers

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))))))
hilbert.html 路 lush.html 路 pikachu.html

View source

- Build the next great programming language Search Day 214 About Blog Acknowledgements Traffic Traffic Today GitHub feedback@pldb.com