Lisp Programming Language (Guide: History, Origin, and More)

Sofialiaqat
6 min readAug 8, 2023

--

© Gago Design / Shutterstock.com

6 Facts About Lisp:

Lisp, originally styled LISP, stands for list processing.

This family of programming languages is the second-oldest programming language that’s still in use, beaten by Fortran by only one year.

Lisp is recognized by its distinctive parenthesized prefix notation and syntax.

The programming language remains popular in artificial intelligence research.

The founder, John McCarthy, based Lisp on Alonzo Church’s lambda calculus and was originally created for practical mathematical notation.

Lisp pioneered tree data structures, automatic storage management, dynamic typing, and the self-hosting compiler.

What Is Lisp?

In 1958, McCarthy specified LISP, the second-oldest high-level programming language in widespread use today (only Fortran is older by one year). The full form of Lisp is List Processing. Like Fortran, Lisp has changed a great deal since its early days, and a number of dialects have existed over its history.

© Gago Design / Shutterstock.com

0 of 1 minute, 7 seconds Volume 0%

00:13

01:07

6 Facts About Lisp

  • Lisp, originally styled LISP, stands for list processing.
  • This family of programming languages is the second-oldest programming language that’s still in use, beaten by Fortran by only one year.
  • Lisp is recognized by its distinctive parenthesized prefix notation and syntax.
  • The programming language remains popular in artificial intelligence research.
  • The founder, John McCarthy, based Lisp on Alonzo Church’s lambda calculus and was originally created for practical mathematical notation.
  • Lisp pioneered tree data structures, automatic storage management, dynamic typing, and the self-hosting compiler.

What Is Lisp?

In 1958, McCarthy specified LISP, the second-oldest high-level programming language in widespread use today (only Fortran is older by one year). The full form of Lisp is List Processing. Like Fortran, Lisp has changed a great deal since its early days, and a number of dialects have existed over its history.

Today, the most widely known general-purpose Lisp dialects are Common Lisp, Scheme, and Clojure. Linked lists are one of LISP languages’ major data structures, and its source code is itself made up of lists.

Quick Facts

Creator (person) :John McCarthy

Original Price : N/A (open source)

Operating System: TOPS-10, TENEX, then Windows, macOS, Linux, Heroku, OpenBSD, etc.

Developed By (company) : N/A

Originally created as a practical mathematical notation for computer programs, Lisp is based on the notation of Alonzo Church’s lambda calculus. It quickly became the favored programming language for AI research. As one of the earliest programming languages, Lisp pioneered many ideas in computer science, including tree data structures, automatic storage management, dynamic typing, and the self-hosting compiler.

Lisp is not only a widely used programming language but is also a family of languages. There are many distinct dialects of Lisp; many are still being used today. Here are just a few examples of Lisp dialects:

  • Common Lisp
  • Arc
  • AutoLisp
  • BBN Lisp
  • Chicken
  • Clojure
  • Emacs Lisp
  • Ikarus
  • InterLisp
  • Racket

©CobraCZ/Shutterstock.com

McCarthy’s Lisp programming language is based on Alonzo Church’s notation of lambda calculus.

©CobraCZ/Shutterstock.com
How to Use Lisp

Lisp is a functional programming language that is used in a variety of situations. It was originally designed for artificial intelligence work and has been used in projects as diverse as aircraft design and Grammarly, the online text processing service.

Review a full Lisp tutorial to find out how to write Lisp routines. Just like other programming languages, Lisp requires practice to use it efficiently. While there are many reasons to use a Lisp tutorial to learn this programming language, one of the most common is for AutoCAD projects.

Lisp routines are commonly loaded and run in AutoCAD. Look for a full tutorial on how to run Lisp routines on AutoCAD. To start, follow these steps:

  1. Run the APPLOAD command
  2. Select the Contents button under the Startup Suite
  3. Select the Add button
  4. Find the location of the Lisp file and select the Open button
  5. Click the Close button after all the Lisp routines have been added to the Startup Suite
  6. Select the Close button to close the Load/Unload Applications dialog box

How to Learn Lisp Programming Language

There are many different dialect options to consider as you explore ways to learn Lisp. The shared structure of both the syntax and data make Lisp a popular programming language to learn. For others, it’s a frustrating language to learn due to the number of parentheses.

Start by following the instructions to install Lisp. You can then find easy tutorial steps and example tasks to write the following units in Lisp:

  • List processing
  • Variables
  • Functions
  • Lists
  • Scripting

There are many books available to learn and practice Lips. Look for Successful Lisp: How to Understand and Use Common Lisp and other popular books for grasping the basics of this programming language. You can also find many online courses and tutorial videos for step-by-step visual instructions.

The Difference Between Lisp vs. Fortran

Fortran, also stylized FORTRAN, is the oldest programming language still in use. It offers support for numerical analysis, array, and modular programming and is optimized for vectorization.

Compared to other programming languages, it doesn’t have the same level of control and data structures. Some dialects, the Fortran 77 dialect, for example, use a fixed form source format that can be awkward to use.

The founder of Lisp originally used it for mathematical notation. Lisp can be a faster way to program compared to Fortran and other common coding languages. It comes in a lot of dialects to help you find dynamic solutions.

Unfortunately, Lisp isn’t as easy to read as other languages. It doesn’t have a very intuitive syntax, making it more difficult to learn as well.

Lisp Release History

John McCarthy specified the original Lisp in 1958. The syntax and dialect list has undergone many changes, but this family of languages has remained strong and popular for programming, particularly in the artificial intelligence field. Here is a brief history of many of the languages in the Lisp family. The dates are estimates since many dialects were used before they became stable and widespread.

1965: MACLISP and Inter lisp

MACLISP was actually developed for the Multics system rather than Apple’s Macintosh. It is descended from Lisp 1.5 and was developed in MIT’s project Mac. Inter lisp ran on the TENEX operating system and was a competitor of MACLISP for some time.

1970s: Lisp Machine, Scheme, and NIL

Starting in the 1970s, a lot of dialects started to emerge from the original Lisp programming language. Lisp Machine, also known as ZetaLisp, was descended from MACLISP and influenced Common Lisp. Scheme and NIL were notable additions during this time, with Scheme being a minimalist version of the programming language.

©Jason Riedy/CC BY 2.0 — License

1980s: ZIL, Franz Lisp, Common Lisp, and Le Lisp

ZIL, or Zork Implementation Language, was released in the 1980s. Franz Lisp is a play by Franz Liszt, the famous composer and pianist. It was widely used in the 1980s, but the final version of the language was released in 1988.

Common Lisp is another successor to MACLISP and is one of the most common, all-purpose Lisp versions still in use. It has undergone many versions and continues to be used across multiple platforms.

--

--

Sofialiaqat
Sofialiaqat

Written by Sofialiaqat

python developer Data science I write Article on Machine Learning| Deep Learning| NLP | Open CV | AI

Responses (1)