For

Next:   [Contents][Index]


For

This package provides iteration and sequence forms inspired by Racket. Two major facilities are provided:

  1. Generic iteration forms equivalent to named-let forms;
  2. Generic sequence constructors that are both expanders and generators.

This manual documents For (version 1.4).

Copyright © 2022 Wing Hei Chan

This document is free documentation: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This document is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this document. If not, see https://www.gnu.org/licenses/.

Table of Contents


Next:   [Contents][Index]