0% developed

Lush

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Flush, the lush frog

Lush is a lisp-like object-oriented programming language designed for researchers, experimenters, and engineers interested in numerical applications, including computer vision and machine learning. 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, and with the easy integration of code written in C, C++, or other languages.

Contents

Basic Lush:

Packages:

Advanced Lush:

See also