Common Lisp/Advanced topics
From Wikibooks, the open-content textbooks collection
- Numbers - Common Lisp mathematics
- Example 1: find a single root of some function in the given area by calculating complex path integrals.
- Strings all you ever wanted to know about string manipulation
- Hash tables which programmer can do without their comfort?
- Dates and Times date and time data processing of all sorts
- Files and Directories all kinds of file processing and related I/O tasks
- Advanced Lists - advanced list processing
- Sequences - arrays
- CLOS - Common Lisp Object System
- Input and Output - interaction with user
- Packages - using packages
- Loop macro - using loop macro
- Functional - advanced functional programming (functions that return functions, currying functions, closures, multiple values...)
- Condition System - exception handling