LISP – Vectors

  • Post author:
  • Post category:LISP
  • Post comments:2 Comments

This topic is about LISP - Vectors. Vectors are one-dimensional arrays, therefore a subtype of array. Vectors and lists are collectively called sequences. Therefore all sequence generic functions and array…

Continue ReadingLISP – Vectors

LISP – Lists

  • Post author:
  • Post category:LISP
  • Post comments:0 Comments

This topic is about LISP - Lists. Lists had been the most important and the primary composite data structure in traditional LISP. Present day's Common LISP provides other data structures…

Continue ReadingLISP – Lists