Lambda the Ultimate

inactiveTopic Lush, New Lisp/C based language
started 11/10/2002; 6:06:15 AM - last post 11/12/2002; 5:15:57 PM
Adam F Smith - Lush, New Lisp/C based language  blueArrow
11/10/2002; 6:06:15 AM (reads: 347, responses: 2)
This is from the webpage...

"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, loosely-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.

Lush is Free Software (under the GPL license) and runs on GNU/Linux, Solaris, and Irix.

Lush can be used advantageously for projects where one would otherwise use a combination of an interpreted language like Matlab, Python, Perl, S+, or even (gasp!) BASIC, and a compiled language like C. Lush brings the best of both worlds by wrapping three languages into one: (1) a weakly-typed, garbage-collected, dynamically scoped, interpreted language with a simple Lisp-like syntax, (2) a strongly-typed, lexically-scoped compiled language that uses the same Lisp-like syntax, and (3) the C language, which can be freely mixed with Lush code within a single program, even within a single function. It sounds complicated, but it is not. In fact, Lush is designed to be very simple to learn and easy to use."

"If you do research and development in signal processing, image processing, machine learning, computer vision, bio-informatics, data mining, statistics, simulation, optimization, or artificial intelligence, and feel limited by Matlab and other existing tools, Lush is for you. If you want a simple environment to experiment with graphics, video, and sounds, Lush is for you.

Lush's main features includes:

* A very clean, simple, and easy to learn Lisp-like syntax. * A compiler that produces very efficient C code and relies on the C compiler to produce efficient native code (no inefficient bytecode or virtual machine). * An easy way to interface C functions and libraries, and a powerful dynamic linker/loader for object files or libraries (.o, .a and .so files) written in other compiled languages. * The ability to freely mix Lisp and C in a single function. * A powerful set of vector/matrix/tensor operations. * A huge library of over 10,000 numerical routines, including full interfaces to GSL, LAPACK, and BLAS. * A library of image and signal processing routines. * An extensive set of graphic routines, including an object-oriented GUI toolkit, an interface to OpenGL/GLU/GLUT, and an interface to the OpenRM scene rendering engine. * An interface to the Simple Directmedia Layer (SDL) multimedia library, including a sprite class with pixel-accurate collision detection. * Sound and video grabbing (using ALSA and Video4Linux). * Several libraries for machine learning, neural net, statistical estimation, Hidden Markov Models (gblearning, Torch, HTK). * libraries for computer vision (Intel Vision Library), and 3D scene rendering (OpenRM). * bindings to the JavaVM API and to the Python C API. * Lush is Free Software."

http://lush.sourceforge.net/

Noel Welsh - Re: Lush, New Lisp/C based language  blueArrow
11/12/2002; 12:57:31 AM (reads: 291, responses: 0)
loosely-typed? I just picture all these type tags falling off the data and cluttering up memory. ;-)

Michael Vanier - Re: Lush, New Lisp/C based language  blueArrow
11/12/2002; 5:15:57 PM (reads: 277, responses: 0)
This looks very cool! Thanks for bringing it to our attention!