SLANG supported methods

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

SLANG supported methods

Mariano Martinez Peck
 
Sorry for sending too many emails...but I am curious about a lot of things ;)

Suppose I am coding in VMMaker or a Plugin... how can I know which messages VMMAker will know to translate to C and which ones don't?  In other words...how can I see what is exactly the SLANG subset of Smalltalk ?
This wiki page says something: http://wiki.squeak.org/squeak/2267
But I am not sure if it is updated. Moreover, I guess this can be written somewhere in the VMMaker code..

Thanks in advance,

--
Mariano
http://marianopeck.wordpress.com

Reply | Threaded
Open this post in threaded view
|

Re: SLANG supported methods

Nicolas Cellier

Maybe have a look at CCodeGenerator>>initializeCTranslationDictionary,
it was recently named on this list.

Nicolas

2011/4/13 Mariano Martinez Peck <[hidden email]>:

>
> Sorry for sending too many emails...but I am curious about a lot of things ;)
>
> Suppose I am coding in VMMaker or a Plugin... how can I know which messages VMMAker will know to translate to C and which ones don't?  In other words...how can I see what is exactly the SLANG subset of Smalltalk ?
> This wiki page says something: http://wiki.squeak.org/squeak/2267
> But I am not sure if it is updated. Moreover, I guess this can be written somewhere in the VMMaker code..
>
> Thanks in advance,
>
> --
> Mariano
> http://marianopeck.wordpress.com
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: SLANG supported methods

Mariano Martinez Peck
 
That's exactly what I was looking for.
Thanks a lot.

Mariano

On Wed, Apr 13, 2011 at 11:33 PM, Nicolas Cellier <[hidden email]> wrote:

Maybe have a look at CCodeGenerator>>initializeCTranslationDictionary,
it was recently named on this list.

Nicolas

2011/4/13 Mariano Martinez Peck <[hidden email]>:
>
> Sorry for sending too many emails...but I am curious about a lot of things ;)
>
> Suppose I am coding in VMMaker or a Plugin... how can I know which messages VMMAker will know to translate to C and which ones don't?  In other words...how can I see what is exactly the SLANG subset of Smalltalk ?
> This wiki page says something: http://wiki.squeak.org/squeak/2267
> But I am not sure if it is updated. Moreover, I guess this can be written somewhere in the VMMaker code..
>
> Thanks in advance,
>
> --
> Mariano
> http://marianopeck.wordpress.com
>
>
>



--
Mariano
http://marianopeck.wordpress.com