index

gauche-c

low level:

the C api, see in gauche.h

.h files

How to define a class, type function, module

Did I add the

Scm_StringP function ??

ScmObj Scm_StringP(ScmObj obj) { return SCM_STRINGP(obj)? SCM_TRUE : SCM_FALSE; }

Stubs:

comparison to other systems ??

It's all data, unfortunately. Processed by genstub.

h2stub:

.hint files

Share a little of syntax with .stub files. But here it's all code, well macros, which are almost quote.

There are also parameter setting insturctions.

.types files

init files

* my DB & h2stub:

all i change is: ?