picrin/contrib/40.srfi
OGINO Masanori 7685b84ad6 Rename initialize funtions of SRFIs to srfi_<n>.
To avoid conflictions of inits between SRFIs and others, inits in the
srfi nitro should be prefixed with srfi_. Without the convention, we may
need to use generic words such as string, vector, random, array, etc.

Moreover, there are SRFIs those subject is same (e.g. array may be used
by SRFI 25, 47, 58 and 63). Thus, we need a clear and conflict-free
naming convention.

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2015-06-29 19:32:31 +09:00
..
docs Implement SRFI 106. 2015-06-20 08:14:58 +09:00
examples/106 Implement SRFI 106. 2015-06-20 08:14:58 +09:00
src Rename initialize funtions of SRFIs to srfi_<n>. 2015-06-29 19:32:31 +09:00
srfi Implement SRFI 0. 2015-06-29 17:17:01 +09:00
t Implement SRFI 106. 2015-06-20 08:14:58 +09:00
nitro.mk Rename initialize funtions of SRFIs to srfi_<n>. 2015-06-29 19:32:31 +09:00