hyper link srfi's pages

This commit is contained in:
Sunrim KIM (keen) 2014-08-31 23:12:24 +09:00
parent 9fefa80466
commit 7464887e14
1 changed files with 12 additions and 6 deletions

View File

@ -18,27 +18,33 @@ Scheme standard libraries
SRFI libraries SRFI libraries
-------------- --------------
- (srfi 1) - `(srfi 1)
<http://srfi.schemers.org/srfi-0/>`_
List library. List library.
- (srfi 8) - `(srfi 8)
<http://srfi.schemers.org/srfi-8/>`_
``receive`` macro. ``receive`` macro.
- (srfi 26) - `(srfi 26)
<http://srfi.schemers.org/srfi-26/>`_
Cut/cute macros. Cut/cute macros.
- (srfi 43) - `(srfi 43)
<http://srfi.schemers.org/srfi-43/>`_
Vector library. Vector library.
- (srfi 60) - `(srfi 60)
<http://srfi.schemers.org/srfi-60/>`_
Bitwise operations. Bitwise operations.
- (srfi 95) - `(srfi 95)
<http://srfi.schemers.org/srfi-95/>`_
Sorting and Marging. Sorting and Marging.