Lush
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:
- Beginning Lush
- Classes and Objects
- Compiling
- Debugging
- The Vector, Matrix, Tensor library
- Input and Output
Packages:
Advanced Lush: