Skip to content

List all test codes #3

@k-okada

Description

@k-okada

c.f. Common Lisp Specification https://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node1.html

  1. DataTypes (Numbers, Characters, Symbols, Lists and Conses, Arrays, Hash Tables, Readtables, Packages, Pathnames, Streams, Random-States, Structures, Functions, Unreadable Data Objects, Overlap, Inclusion and Disjointness of Types)

  2. Scope and Extent

  3. Type specifiers

  4. Program Structure (Forms, Functions, Top-Level Forms)

  5. Predicates (Logical Values, Data Type Predicates, Equality Predicates, Logical Operators)

  6. Control Structure (Constants and Variables, Generalized Variables, Function Invocation, Simple Sequencing, Establishing New Variable Bindings, Conditions, Blocks and Exists, Iteration, Structure Traversal and Side Effects, Multiple Values, Dynamic Non-Local Exists)

  • eval-and-compile
  • data-and-control-flow
  • iteration
  • conditions
  1. Macros
  • environment
  1. Declarations

  2. Symbols

  • symbols
  1. Packages
  • packages
  1. Numbers
  • numbers
  • random
  1. Characters
  • characters
  1. Sequences
  • sequences
  1. Lists
  • cons
  1. Hash Tables
  • hash-tables
  1. Arrays
  • arrays
  1. Strings
  • strings
  1. Structures
  • structures
  1. The Evaluator

  2. Streams

  • streams
  1. Input/Output
  • printer
  • reader
  1. File System Interface
  • pathnames
  • files

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions