[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Chicken Scheme Doc
From: |
Jeronimo Pellegrini |
Subject: |
Re: [Chicken-users] Chicken Scheme Doc |
Date: |
Mon, 4 Mar 2013 20:57:58 -0300 |
User-agent: |
SquirrelMail/1.4.21 |
Bruno,
If you mean "native procedures in Scheme" as in "calling
native C, or native operating system procedures from a
Scheme program", then the links you got should be enough.
Now, if you mean "the procedures that are 'native' in Chicken"
-- that is, those that Chicken implements, then you perhaps
it will help if you check
http://api.call-cc.org/doc/
http://api.call-cc.org/doc/chicken/language
http://api.call-cc.org/doc/chicken
Besides, of course, the R5RS standard:
http://www.schemers.org/Documents/Standards/R5RS/
Hope that helps,
J.
Bruno Arruda wrote:
> Hi,
>
> I was looking for a reference documentation of native procedures in
> Scheme,
> but I found nothing.
>
> Please, where can I find this?
>
> Thanks!
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/chicken-users
>