Programming Languages BooksLisp Books

Introduction to Lisp

Introduction to Lisp

Introduction to Lisp

This note covers the following topics: What is LISP, LISP’s influence on other languages , LISP applications, Common Lisp, Launching Allegro Common Lisp, Defining Lisp Functions , Compiling , Editing Lisp files, Lisp functions , Macros , Operators , Interacting with Allegro Common Lisp,Interacting with Allegro Common Lisp, Debugging , Mapping functions, Destructive versus nondestructive functions.

Author(s):

s66 Pages
Similar Books
Common Lisp A Brief Tutorial

Common Lisp A Brief Tutorial

This note covers basics, Datatypes, Control structures, Input or Output and mutable data structures.

s36 Pages
Programming Languages Lisp

Programming Languages Lisp

This note covers the following topics: Lisp Implementations, Lisp history and dialects, Lists as programs and data, Cons Cells, Plists, Basic data types, Numeric Types, Evaluating lists, Special Operators, Macros, Variables, Control Flow, Defining Functions, REPL Emacs.

s70 Pages