The Lisp Algebraic Manipulator (also known as LAM) was created by Ray d'Inverno, who had written Atlas LISP Algebraic Manipulation (ALAM was designed...
2 KB (159 words) - 01:56, 27 May 2025
Macsyma (redirect from MAC’s SYmbolic MAnipulator)
Macsyma (/ˈmæksɪmə/; "Project MAC's SYmbolic MAnipulator") is one of the oldest general-purpose computer algebra systems still in wide use. It was originally...
20 KB (2,534 words) - 20:17, 28 January 2025
In mathematics and computer science, computer algebra, also called symbolic computation or algebraic computation, is a scientific area that refers to the...
25 KB (3,021 words) - 13:11, 23 May 2025
Lisp (historically LISP, an abbreviation of "list processing") is a family of programming languages with a long history and a distinctive, fully parenthesized...
87 KB (10,027 words) - 08:07, 27 June 2025
work on diverse successors to MacLisp: Lisp Machine Lisp (aka ZetaLisp), Spice Lisp, NIL and S-1 Lisp. Common Lisp sought to unify, standardise, and...
94 KB (11,969 words) - 03:38, 19 May 2025
other Lisp systems, such as Common Lisp. The following projects use REDUCE: ALLTYPES (ALgebraic Language and TYPe System) is a computer algebra type system...
34 KB (4,066 words) - 21:11, 27 April 2025
educational and research use). The name "SHEEP" is pun on the Lisp Algebraic Manipulator or LAM on which SHEEP is based. The package was written by Inge...
3 KB (287 words) - 07:56, 7 July 2025
algebraic decomposition Quantifier elimination over real numbers via cylindrical algebraic decomposition Mathematics portal List of computer algebra systems...
18 KB (1,799 words) - 23:49, 11 July 2025
Cons (category Articles with example Lisp (programming language) code)
using interfaces instead of lambdas. Lisp (programming language) CAR and CDR Constructor (computer science) Algebraic data type Hash consing "Efficient Interpretation...
8 KB (901 words) - 17:00, 15 April 2024
Functional programming (category Articles with example Lisp (programming language) code)
2021-03-08. "Algebraic Data Types". Scala Documentation. Retrieved 2021-03-08. Kennedy, Andrew; Russo, Claudio V. (October 2005). Generalized Algebraic Data Types...
87 KB (8,682 words) - 02:26, 12 July 2025
composer, who has worked on relativity, planetary astronomy, computer algebra and Lisp. Alongside Victor Lazzarini and Steven Yi, he is the project leader...
7 KB (465 words) - 13:26, 26 November 2024
Significant object-oriented languages include Ada, ActionScript, C++, Common Lisp, C#, Dart, Eiffel, Fortran 2003, Haxe, Java, JavaScript, Kotlin, Logo, MATLAB...
67 KB (7,159 words) - 22:09, 20 June 2025
Expression (mathematics) (redirect from Algebraical quantity)
(Richardson's theorem). An algebraic expression is an expression built up from algebraic constants, variables, and the algebraic operations (addition, subtraction...
44 KB (5,463 words) - 12:55, 30 May 2025
they are not accessible or manipulable in the same way as ordinary objects. In other languages, such as those in the Lisp family, reflection is a central...
11 KB (999 words) - 20:01, 27 December 2024
of computer algebra systems (CAS). A CAS is a package comprising a set of algorithms for performing symbolic manipulations on algebraic objects, a language...
30 KB (662 words) - 19:31, 8 June 2025
lists, especially linked lists and arrays. In some contexts, such as in Lisp programming, the term list may refer specifically to a linked list rather...
10 KB (1,410 words) - 15:29, 15 March 2025
Maple (software) (redirect from Maple computer algebra system)
finite fields, algebraic number fields, and algebraic function fields Limits, series and asymptotic expansions Gröbner basis Differential Algebra Matrix manipulation...
25 KB (2,644 words) - 21:36, 20 February 2025
influenced the Common Lisp Object System, or (CLOS), that is now part of Common Lisp, the current standard Lisp dialect. CLOS is a Lisp-based object-oriented...
88 KB (11,032 words) - 03:30, 11 July 2025
vectorial computation, functional programming and object-oriented programming. Lisp was the first language developed for artificial intelligence. It includes...
12 KB (1,278 words) - 22:15, 25 May 2025
data structures and Lisp source code is made of lists. Thus, Lisp programs can manipulate source code as a data structure, giving rise to the macro systems...
31 KB (3,589 words) - 06:14, 26 June 2025
Reference (computer science) (section Lisp)
opaque references was that of the Lisp language cons cell, which is simply a record containing two references to other Lisp objects, including possibly other...
14 KB (1,928 words) - 13:12, 26 November 2024
Compiler (redirect from Algebraic compiler)
compiler for a language that is commonly interpreted. For example, Common Lisp can be compiled to Java bytecode (then interpreted by the Java virtual machine)...
67 KB (8,040 words) - 07:43, 12 June 2025
Graphing calculator (section Computer algebra systems)
computer algebra system (CAS), which means that they are capable of producing symbolic results. These calculators can manipulate algebraic expressions...
27 KB (3,102 words) - 01:07, 3 July 2025
Exponentiation (redirect from Exponent (algebra))
positive real algebraic number, and x is a rational number, then bx is an algebraic number. This results from the theory of algebraic extensions. This...
107 KB (13,693 words) - 20:30, 5 July 2025
Tensor software (category Computer algebra systems)
Spartns is a Sparse Tensor framework for Common Lisp. FAstMat is a thread-safe general tensor algebra library written in C++ and specially designed for...
18 KB (2,065 words) - 14:46, 27 January 2025
Computer program (section Lisp)
Lisp is when many functions are nested, the parentheses may look confusing. Modern Lisp environments help ensure parenthesis match. As an aside, Lisp...
124 KB (13,091 words) - 17:35, 2 July 2025
This effort includes powerful metacompilers, Bookl, and Book2 written in Lisp which have extensive tree-searching and backup ability. An outgrowth of one...
41 KB (5,129 words) - 00:57, 18 May 2025
List comprehension (section Common Lisp)
(1990). "Comprehending Monads". Proceedings of the 1990 ACM Conference on LISP and Functional Programming, Nice. SQL-like set operations with list comprehension...
22 KB (2,556 words) - 03:26, 3 March 2025
styles by providing several features such as compile time code generation, algebraic data types, a foreign function interface (FFI) with C, C++, Objective-C...
57 KB (5,735 words) - 19:17, 5 May 2025
Windows PowerShell "hello" -gt "world" # returns false ;; Example in Common Lisp (string> "art" "painting") ; returns nil (string< "art" "painting") ; returns...
125 KB (4,077 words) - 12:50, 22 February 2025