LYCOS RETRIEVER
Lisp Programming Language: Applications
built 613 days ago
NetRexx is a human-oriented programming language which makes writing and using Java classes quicker and easier than writing in Java. NetRexx is a programming and scripting language which has been designed to be a simple, effective, and complete alternative to the Java language. With NetRexx, you can create applications and applets for the Java environment faster and more easily than by programming in Java - and you can compile or interpret them, as appropriate. The new -prompt option allows very fast (usually sub-second) compilation or interpretation of most classes. Inspired by two very different programming languages, Rexx and Java, NetRexx blends the easy-to-learn syntax of Rexx with the robustness and portability of the Java environment. The result is a language which is tuned for both scripting and application development, and is therefore truly general-purpose.
Source:
Book Description: A how-to guide for migrating your skills and applications to Visual LISP, this text and accompanying CD-ROM teaches the professional and higher level student how to use the new programming language of Visual LISP. The text covers the spectrum from programming with Visual LISP to manipulating AutoLISP commands into Visual LISP to a thorough coverage of related advanced topics...read more (view table of contents, read Amazon.com's description)
Source:
REXX is a programming language designed by Michael Cowlishaw of IBM UK Laboratories. Rexx is an acronym which stands for "Restructured Extended Executor Language". In Mike's own words: "REXX is a procedural language that allows programs and algorithms to be written in a clear and structured way." What makes REXX different from most other languages is that it is ... designed to be used as a macro language by arbitrary application programs. The idea is that application developers don't have to design their own macro languages and interpreters. Instead they use REXX as the macro language and support the REXX programming interface. If a REXX macro comes across an expression or function call that it cannot resolve, it can ask the application to handle it instead.
Source:
RPG (Report Program Generator) is a programming language that originated as a report-building program used in DEC and IBM minicomputer operating systems and evolved into a fully procedural programming language. Its latest version, RPG III, is supported by IBM's leading minicomputer system, the AS/400. Historically, RPG has probably been the second most used programming language, after COBOL, for commercial applications on mid-range computers.
Source:
Powerful computer programming language designed for manipulating lists of data or symbols rather than processing numerical data, used extensively in artificial-intelligence applications. It was developed in the late 1950s and early 1960s by a group headed by John McCarthy at MIT. Its name derives from "list processor." Radically different from such other programming languages as ALGOL, C, C++, FORTRAN, and Pascal, it requires large memory space and is slow in executing programs.
Source:
Guile is an interpreter for the Scheme programming language, nicely packaged as a library you can link into your programs. Your program has full access to the interpreter's data structures, so you can extend Guile with your own primitives, datatypes and syntax. The result is a scripting language tailored to your application.
Source: