Ambi is a structured, imperative, stack-based, computer programming language designed and implemented by David R. Pratten.
Ambi is a programming language generalised from Reverse Polish Notation arithmetic. Other languages such as Forth and RPL have similar roots and illustrious histories, but have embraced non-RPN elements as they developed. In contrast, Ambi attempts to stick strictly to the RPN approach. Ambi also has similarities to the JOY a...
more
Read article at Wikipedia
Ambi
Similar topics in Freebase
-
Abundance
Abundance is a Forth-inspired programming language for DOS, created by Roedy Green. Roedy Green implemented Abundance in 1981 as a platform for data entry and management, as part of the volunteer work he was doing for The Hunger Project in Canada. The name is a reference to the goal of "serving... -
Java bytecode
Java bytecode is the form of instructions that the Java virtual machine executes. Each bytecode opcode is one byte in length, although some require parameters, resulting in some multi-byte instructions. Not all of the possible 256 opcodes are used. In fact, Sun Microsystems, the original creators... -
ColorForth
colorForth is a programming language from the Forth programming language's original designer, Chuck Moore, developed in the 1990s. There was an earlier predecessor called 386 OK which appeared for sale at Silicon Valley Forth Interest Group (SV-Fig) meetings in 1992 An idiosyncratic programming... -
Joy
The Joy programming language is a purely functional programming language that was produced by Manfred von Thun of La Trobe University in Melbourne, Australia. Joy is based on composition of functions rather than lambda calculus. It has turned out to have many similarities to Forth, due not to... -
Microsoft Intermediate Language
Microsoft Intermediate Language (MSIL) is a byte-code that Microsoft .NET technology uses to accomplish platform independence and runtime safety. During compilation of .NET programming language, the source code is translated into MSIL code rather than machine-specific object code. MSIL is a CPU-... -
RPL programming language
The RPL programming language (RPL meaning ROM-based procedural language following Hewlett-Packard or, alternatively, Reverse Polish LISP) is a handheld calculator system and application programming language used on Hewlett-Packard's engineering graphing RPN calculators of the HP-28, HP-48, HP-49...