Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 530 Bytes

stl.rst

File metadata and controls

38 lines (26 loc) · 530 Bytes

Standard Library

Prelude

Helper functions written in clisp

Math

.. literalinclude:: ../../stl/prelude.clisp
    :language: racket
    :lines: 1-9

List

.. literalinclude:: ../../stl/prelude.clisp
    :language: racket
    :lines: 10-43


Unit test

Helper functions to write your own tests

.. literalinclude:: ../../stl/unittest.clisp
    :language: racket
    :lines: 7-19

Examples

.. literalinclude:: ../../tests/stl/bool.clisp
    :language: racket
    :lines: 1-9