Ancient Text
Lisp–the list processor language–is "the greatest single programming language ever designed," according to computer scientist Alan Kay. It was born in 1958 because John McCarthy, then an assistant professor at MIT, working on new tools for artificial-intelligence research, wanted a language in which one could write programs that would make logical inferences and deductions. Previous languages, including Fortran, were numeric, which made for powerful number-crunching. But Lisp made use of symbolic expressions, which treated both data (such as numbers) and code as objects that could be manipulated and evaluated. This enabled programmers to create conditional expressions–Lisp made possible the now-familiar "if-then-else" structure–and today Lisp is used as a "macro" language, allowing users of software such as Emacs to create their own mini-applications that can automate tasks.
Jan-18-2017, 12:02:51 GMT
- Technology: