keithlisp/doc/stdlib.md

12 lines
379 B
Markdown
Raw Permalink Normal View History

2021-09-23 13:51:39 +00:00
# The Keithlisp Standard Library
Keithlisp's built-in functions are grouped into the following
categories:
- [Special Forms](stdlib_forms.md)
- [Arithmetic](stdlib_arithmetic.md)
- [Boolean Logic](stdlib_boolean.md)
- [Comparison](stdlib_comparison.md)
2021-09-28 22:53:30 +00:00
- [Data Structures](stdlib_data.md)
2021-09-23 13:51:39 +00:00
- [Miscellaneous Functions](stdlib_misc.md)
- [Keithlisp Internals](stdlib_internals.md)