1 Lush is an object-oriented Lisp interpreter/compiler with features
2 designed to please people who want to prototype large numerical
3 applications. Lush includes an extensive library of
4 vector/matrix/tensor manipulation, numerous numerical libraries
5 (including GSL, LAPACK, and BLAS), a set of graphic functions, a
6 simple GUI toolkit, and interfaces to various graphic and multimedia
7 libraries such as OpenGL, SDL, Video4Linux, and ALSA (video/audio
8 grabbing), and others. Lush is an ideal frontend script language for
9 programming projects written in C or other languages. Lush also has
10 libraries for Machine Learning, Neural Nets and statistical estimation
11 (which are the main interests of the authors).