picrin/contrib
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
..
10.callcc
20.r7rs
30.optional
30.partcont
30.pretty-print
30.random
30.readline
30.regexp
40.srfi Rename initialize funtions of SRFIs to srfi_<n>. 2015-06-29 19:32:31 +09:00
50.class
50.for
60.repl
70.main
80.protocol