Role of primitive? WAS Re: [plt-scheme] apply

From: Grant Rettke (grettke at acm.org)
Date: Mon Jun 22 16:50:20 EDT 2009

Is 'primitive?' a function that is provided as a mean for users to get
a sense of what parts of the implementation are implemented in
not-Scheme, and what are?

How do you normally utilize 'primitive?'?

On Mon, Jun 22, 2009 at 3:47 PM, Skeptic .<skeptic2000 at hotmail.com> wrote:
>
> Hi,
> (procedure? apply)
> #t
> (primitive? apply)
> #f
> How/where is implemented apply in PLT Scheme ?
>
> ________________________________
> Créez un personnage à votre image pour votre WL Messenger Venez voir
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>



-- 
http://www.wisdomandwonder.com/


Posted on the users mailing list.