Lush, aka Lisp Universal Shell, is a programming language created in 2002 by Leon Bottou and Yann Le Cun.
#1992on PLDB | 22Years Old |
git clone https://sourceforge.net/projects/lush/
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
(for (i 1 100)
(for (j 1 100)
(if (= i j) (print (* i j))))))