Re: [Chicken-users] Chicken Scheme Doc

2013-03-05 Thread Bruno Arruda
I was talking about the procedures that Chicken implements, like J. wrote.
I thought the term 'native' in chicken's context would refer to these
procedures.

Thanks for Help!
-Bruno


2013/3/4 Jeronimo Pellegrini j...@aleph0.info

 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
  Chicken-users@nongnu.org
  https://lists.nongnu.org/mailman/listinfo/chicken-users
 



___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Chicken Scheme Doc

2013-03-04 Thread Dan Leslie

I recommend you check out the following eggs:

https://wiki.call-cc.org/eggref/4/inline
https://wiki.call-cc.org/eggref/4/bind
https://wiki.call-cc.org/eggref/4/foreigners

A combination of the following docs will help:

https://wiki.call-cc.org/man/4/Accessing%20external%20objects
https://wiki.call-cc.org/man/4/Unit%20lolevel

-Dan

On 3/4/2013 3:04 PM, 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
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Chicken Scheme Doc

2013-03-04 Thread Kooda
On Mon, Mar 04, 2013 at 08:04:09PM -0300, 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!

Perhaps you can read R5RS? There is a copy on the website [1].
There is also the documentation for all supported extensions to R5RS
here[2].

I hope that’s what you’re looking for.

[1] http://wiki.call-cc.org/man/4/The%20R5RS%20standard
[2] http://wiki.call-cc.org/man/4/Supported%20language

-- 
Envoyé depuis ma GameBoy.

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Chicken Scheme Doc

2013-03-04 Thread Jeronimo Pellegrini
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
 Chicken-users@nongnu.org
 https://lists.nongnu.org/mailman/listinfo/chicken-users




___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users