Learn Lisp Programming with Free Books

Posted by sde on Jun 26, 2017 11:24 PM EDT
OSSBlog.org; By Steve Emms
Mail this story
Print this story

Lisp (derives from "LISt Processing") is one of the oldest programming languages. It was invented in 1958, with the language being conceived by John McCarthy and is based on his paper "Recursive Functions of Symbolic Expressions and Their Computation by Machine". Over the years, Lisp has evolved into a family of programming languages. The most commonly used general-purpose dialects are Common Lisp and Scheme. Other dialects include Franz Lisp, Interlisp, Portable Standard Lisp, XLISP and Zetalisp.

The majority of Lisp implementations offer a lot more than just a programming language. They include an entire environment such as debuggers, inspectors, tracing, and other tools to add the Lisp developer. Lisp is a practical, expression-oriented, interactive programming language which uses linked lists as one of its major data structures. A Lisp list is written with its elements separated by whitespace, and surrounded by parentheses. Lisp source code is itself comprised of lists.

Full article

A full list of programming languages is covered in the Free Books section.

Full Story

  Nav
» Read more about: Story Type: Roundups, Tutorial; Groups: Community, Developer

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.