Working with tables in Pico Lisp
Monday, March 31st, 2008Table of Contents for Pico Lisp for beginners
- PicoLisp at first glance
- Registers and Quoting in Pico Lisp
- Working with tables in Pico Lisp
- Simple OO in Pico Lisp
- More OO in Pico Lisp
- Simple OODB in Pico Lisp
- More OODB in Pico Lisp
- Advanced OODB in PicoLisp
- Registration form in Pico Lisp
- Explicit scope resolution in Pico Lisp
- Pilog solve and the +Aux relation
Let’s examine a common example, a list of people forming a table without key access to each person could look like this:... Read More