====== Basics of LabLISP ====== This chapter serves as an introduction to LabLisp, even for a LISP beginner. It can be read as very brief introduction to LISP in general, with focus on features that are specific to LabLisp. * [[ch1_1_syntax|LISP Syntax]] very general introduction to LISP * [[ch1_2_repl|LabLISP REPL and multitasking]] working with the LabLISP command line * [[ch1_3_eval_rules|Forms and evaluation rules]] how lisp works * [[ch1_4_conscells|List construction with conscells]] FIXME * [[ch1_5_packaging|Packaging system]] FIXME * [[ch1_6_macros|Macros]] Introduction to macros FIXME * [[ch1_7_cycles]] Cyclic lists FIXME