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
- Features
- Installation
Basic Lush:
- Beginning Lush
- Classes and Objects
- Compiling
- Debugging
- The Vector, Matrix, Tensor library
- Input and Output
Packages:
- libplot
- libnum
- GBLearn
- OGRE
- libsdl
Advanced Lush:
- Macros
- Lisp tricks
- Hooks
- Standalone lush programs
See also
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.